public abstract class AbstractJspActionFactory<A extends Action> extends AbstractJspFactory implements ActionFactory<A>
AbstractJspFactory
class.
Scripts and stylesheets that has been added to the factory will
be propagated to the JspContext.addScript(String)
and JspContext.addStylesheet(String)
methods in
the prepareContext(InvokationContext)
.
Constructor and Description |
---|
AbstractJspActionFactory()
Create a new factory instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
prepareContext(InvokationContext<? super A> context)
If scripts and stylesheets has been added to the factory,
propagates those to the
JspContext . |
getDynamicActionAttributes, getParameter, getScripts, getStylesheets, prepareContext, setParameter, setScript, setStylesheet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActions
public AbstractJspActionFactory()
public boolean prepareContext(InvokationContext<? super A> context)
JspContext
. A subclass that
overrides this method should call super.prepareContext()
if it hasn't decided to return FALSE already.prepareContext
in interface ActionFactory<A extends Action>
context
- The current invokation context