org.apache.geronimo.console.configcreator
Class DisplayPlanHandler

java.lang.Object
  extended by org.apache.geronimo.console.MultiPageAbstractHandler
      extended by org.apache.geronimo.console.configcreator.AbstractHandler
          extended by org.apache.geronimo.console.configcreator.DisplayPlanHandler

public class DisplayPlanHandler
extends AbstractHandler

A handler for ...


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.console.configcreator.AbstractHandler
AbstractHandler.ReferenceData, AbstractHandler.WARConfigData, AbstractHandler.WARConfigModel
 
Field Summary
 
Fields inherited from class org.apache.geronimo.console.configcreator.AbstractHandler
ARCHIVE_NOT_SUPPORTED_PARAMETER, ARTIFACT_ID_PARAMETER, COMMON_LIBS_PARAMETER, CONTEXT_ROOT_PARAMETER, DATA_PARAMETER, DEPENDENCIES_MODE, DEPENDENCY_PREFIX, DEPLOY_ABBR_STATUS_PARAMETER, DEPLOY_FULL_STATUS_PARAMETER, DEPLOY_STATUS_MODE, DEPLOYED_CREDENTIAL_STORES_PARAMETER, DEPLOYED_EJBS_PARAMETER, DEPLOYED_JAVAMAIL_SESSIONS_PARAMETER, DEPLOYED_JDBC_CONNECTION_POOLS_PARAMETER, DEPLOYED_JMS_CONNECTION_FACTORIES_PARAMETER, DEPLOYED_JMS_DESTINATIONS_PARAMETER, DEPLOYED_SECURITY_REALMS_PARAMETER, DEPLOYMENT_PLAN_PARAMETER, DISPLAY_PLAN_MODE, EJB_LOCAL_REF_PREFIX, EJB_REF_PREFIX, ENVIRONMENT_MODE, GET_ARCHIVE_MODE, GROUP_ID_PARAMETER, HIDDEN_CLASSES_PARAMETER, INVERSE_CLASSLOADING_PARAMETER, JAVAMAIL_SESSION_REF_PREFIX, JDBC_POOL_REF_PREFIX, JMS_CONNECTION_FACTORY_REF_PREFIX, JMS_DESTINATION_REF_PREFIX, MESSAGE_DESTINATION_PREFIX, MODULE_URI_PARAMETER, NON_OVERRIDABLE_CLASSES_PARAMETER, REF_LINK, REF_NAME, REFERENCE_NOT_RESOLVED_PARAMETER, REFERENCES_MODE, SECURITY_MODE, SELECTED_LIBS_PARAMETER, TYPE_PARAMETER, UPLOADED_WAR_URI_PARAMETER, VERSION_PARAMETER, WAR_CONFIG_DATA_ID
 
Fields inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
AFTER_ACTION, BEFORE_ACTION, view
 
Constructor Summary
DisplayPlanHandler()
           
 
Method Summary
 String actionAfterView(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, MultiPageModel model)
          Returns the mode for the next screen to render (usually the one after this in the sequence)
 String actionBeforeView(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, MultiPageModel model)
          Returns the mode for the next screen to render (usually this one)
 void renderView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, MultiPageModel model)
           
 
Methods inherited from class org.apache.geronimo.console.configcreator.AbstractHandler
getSessionData, setNewSessionData
 
Methods inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayPlanHandler

public DisplayPlanHandler()
Method Detail

actionBeforeView

public String actionBeforeView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)
                        throws javax.portlet.PortletException,
                               IOException
Description copied from class: MultiPageAbstractHandler
Returns the mode for the next screen to render (usually this one)

Specified by:
actionBeforeView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException

renderView

public void renderView(javax.portlet.RenderRequest request,
                       javax.portlet.RenderResponse response,
                       MultiPageModel model)
                throws javax.portlet.PortletException,
                       IOException
Specified by:
renderView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException

actionAfterView

public String actionAfterView(javax.portlet.ActionRequest request,
                              javax.portlet.ActionResponse response,
                              MultiPageModel model)
                       throws javax.portlet.PortletException,
                              IOException
Description copied from class: MultiPageAbstractHandler
Returns the mode for the next screen to render (usually the one after this in the sequence)

Specified by:
actionAfterView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.