public abstract class AbstractJspRendererFactory<A extends Action> extends AbstractJspFactory implements RendererFactory<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 |
---|
AbstractJspRendererFactory()
Create a new factory instance.
|
Modifier and Type | Method and Description |
---|---|
void |
prepareContext(InvokationContext<? extends 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
getRenderer
public AbstractJspRendererFactory()
public void prepareContext(InvokationContext<? extends A> context)
JspContext
. A subclass that
overrides this method should call super.prepareContext()
.prepareContext
in interface RendererFactory<A extends Action>
context
- The current invokation context