org.objectweb.jonas.webapp.jonasadmin.deploy
Class DeployForm
java.lang.Object
org.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.deploy.DeployForm
- All Implemented Interfaces:
- java.io.Serializable
- public class DeployForm
- extends org.apache.struts.action.ActionForm
- Author:
- Michel-Ange ANTON
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployForm
public DeployForm()
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate the properties that have been set from this HTTP request,
and return an
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
toString
public java.lang.String toString()
getListDeployable
public java.util.ArrayList getListDeployable()
setListDeployable
public void setListDeployable(java.util.ArrayList listDeployable)
getListDeployed
public java.util.ArrayList getListDeployed()
setListDeployed
public void setListDeployed(java.util.ArrayList listDeployed)
getDeploySelected
public java.lang.String[] getDeploySelected()
setDeploySelected
public void setDeploySelected(java.lang.String[] deploySelected)
getUndeploySelected
public java.lang.String[] getUndeploySelected()
setUndeploySelected
public void setUndeploySelected(java.lang.String[] undeploySelected)
getListDeploy
public java.util.ArrayList getListDeploy()
setListDeploy
public void setListDeploy(java.util.ArrayList listDeploy)
getListUndeploy
public java.util.ArrayList getListUndeploy()
setListUndeploy
public void setListUndeploy(java.util.ArrayList listUndeploy)
getDeploy
public java.lang.String getDeploy()
setDeploy
public void setDeploy(java.lang.String deploy)
getUndeploy
public java.lang.String getUndeploy()
setUndeploy
public void setUndeploy(java.lang.String undeploy)
getListAdd
public java.util.ArrayList getListAdd()
setListAdd
public void setListAdd(java.util.ArrayList listAdd)
getListRemove
public java.util.ArrayList getListRemove()
setListRemove
public void setListRemove(java.util.ArrayList listRemove)
isConfirm
public boolean isConfirm()
setConfirm
public void setConfirm(boolean confirm)
getIsConfigurable
public boolean getIsConfigurable()
- Return if the current deployment type is configurable.
- Returns:
- if the current deployment type is configurable.
setIsConfigurable
public void setIsConfigurable(boolean isConfigurable)
- Sets if the current deployment type is configurable.