org.apache.geronimo.console.configcreator
Class DependenciesHandler
java.lang.Object
org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.configcreator.AbstractHandler
org.apache.geronimo.console.configcreator.DependenciesHandler
public class DependenciesHandler
- extends AbstractHandler
A handler for ...
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 |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependenciesHandler
public DependenciesHandler()
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.