|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.Action
org.figure8.join.control.JoinAction
org.figure8.join.control.action.DeploymentsActions
public class DeploymentsActions
This is a Struts action controller for managing Deployments retrieval related operations.
| Field Summary | |
|---|---|
static java.lang.String |
DEPLOYMENTS_KEY
The request scope attribute under which the retrivied deployments list is stored. |
protected EnvironmentManager |
environmentManager
The EnvironmentManager implementation to use |
static java.lang.String |
ENVMAPPING_OP
Operation code for retrieving deployments for an environment mapping. |
static java.lang.String |
LOGICALENV_OP
Operation code for retrieving deployments for a logical environment. |
static java.lang.String |
PHYSICALENV_OP
Operation code for retrieving deployments for a physical environment. |
static java.lang.String |
TITLE_KEY
The request scope for specifying the title of the screen (used by view) |
| Fields inherited from class org.figure8.join.control.JoinAction |
|---|
BODY_ATTRIBUTE, BODY_PARAMETER, EXCEPTION_KEY, GUI_KEY, OP_PARAMETER, REND_MAIN, REND_NONE, REND_PARAMETER, REND_POPUP, XHR_PARAMETER |
| Fields inherited from class org.apache.struts.action.Action |
|---|
defaultLocale, servlet |
| Constructor Summary | |
|---|---|
DeploymentsActions()
Creates a new instance of DeploymentsActions. |
|
| Method Summary | |
|---|---|
org.apache.struts.action.ActionForward |
doExecute(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Abstract method that subclasses must implement. |
protected org.apache.struts.action.ActionForward |
getDeploymentsForEnvironmentMapping(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve deployments for a specified environment mapping. |
protected org.apache.struts.action.ActionForward |
getDeploymentsForLogicalEnvironment(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve deployments for a specified logical environment. |
protected org.apache.struts.action.ActionForward |
getDeploymentsForPhysicalEnvironment(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve deployments for a specified physical environment. |
void |
setEnvironmentManager(EnvironmentManager environmentManager)
|
| Methods inherited from class org.figure8.join.control.JoinAction |
|---|
execute, getUserContainer, isLoggedIn, isXhrRequest, removeObsoleteForm |
| Methods inherited from class org.apache.struts.action.Action |
|---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LOGICALENV_OP
public static final java.lang.String PHYSICALENV_OP
public static final java.lang.String ENVMAPPING_OP
public static final java.lang.String TITLE_KEY
public static final java.lang.String DEPLOYMENTS_KEY
protected EnvironmentManager environmentManager
| Constructor Detail |
|---|
public DeploymentsActions()
| Method Detail |
|---|
public void setEnvironmentManager(EnvironmentManager environmentManager)
environmentManager - The EnvironmentManager implementation to use
public org.apache.struts.action.ActionForward doExecute(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
JoinAction
doExecute in class JoinActionoperation - String representing the operation to invoke on Actionmapping - Mapping between forwards name and path for this actionform - The form object containing request parametersrequest - The servlet container request wrapperresponse - The servlet container response wrapper
java.lang.Exception - such as InfraStructureExceptions ...
protected org.apache.struts.action.ActionForward getDeploymentsForLogicalEnvironment(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward getDeploymentsForPhysicalEnvironment(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward getDeploymentsForEnvironmentMapping(org.apache.struts.action.ActionMapping mapping,
DeploymentsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||