org.objectweb.jonas.webapp.jonasadmin.deploy
Class DeployForm
java.lang.Object
ActionForm
org.objectweb.jonas.webapp.jonasadmin.deploy.DeployForm
- public class DeployForm
- extends ActionForm
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployForm
public DeployForm()
reset
public void reset(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 ActionErrors validate(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)