Class AbstractJspRendererFactory<A extends Action>

    • Constructor Detail

      • AbstractJspRendererFactory

        public AbstractJspRendererFactory()
        Create a new factory instance.
    • Method Detail

      • prepareContext

        public void prepareContext​(InvokationContext<? extends A> context)
        If scripts and stylesheets has been added to the factory, propagates those to the JspContext. A subclass that overrides this method should call super.prepareContext().
        Specified by:
        prepareContext in interface RendererFactory<A extends Action>
        Parameters:
        context - The current invokation context