| java.lang.Object org.apache.geronimo.console.MultiPageAbstractHandler
All known Subclasses: org.apache.geronimo.console.apache.jk.BaseApacheHandler, org.apache.geronimo.console.keystores.BaseKeystoreHandler, org.apache.geronimo.console.car.BaseImportExportHandler, org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler, org.apache.geronimo.console.ca.BaseCAHandler, org.apache.geronimo.console.configcreator.AbstractHandler, org.apache.geronimo.console.threads.AbstractThreadHandler,
MultiPageAbstractHandler | abstract public class MultiPageAbstractHandler (Code) | | Base class for handlers for the multi page portlet. Each one is expected
to handle a single page -- the action request before the page is rendered,
the render request, and the action request after the page is rendered.
version: $Rev: 612052 $ $Date: 2008-01-15 01:10:00 -0800 (Tue, 15 Jan 2008) $ |
AFTER_ACTION | final protected static String AFTER_ACTION(Code) | | |
BEFORE_ACTION | final protected static String BEFORE_ACTION(Code) | | |
view | protected PortletRequestDispatcher view(Code) | | |
MultiPageAbstractHandler | protected MultiPageAbstractHandler(String mode, String viewName)(Code) | | |
actionAfterView | abstract public String actionAfterView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code) | | Returns the mode for the next screen to render (usually the one after this in the sequence)
|
actionBeforeView | abstract public String actionBeforeView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code) | | Returns the mode for the next screen to render (usually this one)
|
destroy | public void destroy()(Code) | | |
getView | public PortletRequestDispatcher getView()(Code) | | |
init | public void init(PortletConfig portletConfig) throws PortletException(Code) | | |
|
|