| org.apache.geronimo.console.BasePortlet org.apache.geronimo.console.MultiPagePortlet
All known Subclasses: org.apache.geronimo.console.jmsmanager.wizard.JMSResourcePortlet, org.apache.geronimo.console.ca.CertificationAuthorityPortlet, org.apache.geronimo.console.apache.jk.ApacheConfigPortlet, org.apache.geronimo.console.threads.ThreadPoolPortlet, org.apache.geronimo.console.car.ImportExportPortlet, org.apache.geronimo.console.configcreator.CreatePlanPortlet, org.apache.geronimo.console.keystores.KeystoresPortlet,
MultiPagePortlet | abstract public class MultiPagePortlet extends BasePortlet (Code) | | A base class for porlets consisting on multiple JSPs with before and after
actions (e.g. for load and validation/save) and the ability for an "after"
action to set the next page to load.
version: $Rev: 612052 $ $Date: 2008-01-15 01:10:00 -0800 (Tue, 15 Jan 2008) $ |
destroy | public void destroy()(Code) | | |
doView | protected void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException(Code) | | |
getModelJSPVariableName | abstract protected String getModelJSPVariableName()(Code) | | |
processAction | public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
|
|