org.objectweb.jonas.webapp.jonasadmin.deploy
Class DeployForm

java.lang.Object
  extended byActionForm
      extended byorg.objectweb.jonas.webapp.jonasadmin.deploy.DeployForm

public class DeployForm
extends ActionForm

Author:
Michel-Ange ANTON
See Also:
Serialized Form

Constructor Summary
DeployForm()
           
 
Method Summary
 java.lang.String getDeploy()
           
 java.lang.String[] getDeploySelected()
           
 java.util.ArrayList getListAdd()
           
 java.util.ArrayList getListDeploy()
           
 java.util.ArrayList getListDeployable()
           
 java.util.ArrayList getListDeployed()
           
 java.util.ArrayList getListRemove()
           
 java.util.ArrayList getListUndeploy()
           
 java.lang.String getUndeploy()
           
 java.lang.String[] getUndeploySelected()
           
 boolean isConfirm()
           
 void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to their default values.
 void setConfirm(boolean confirm)
           
 void setDeploy(java.lang.String deploy)
           
 void setDeploySelected(java.lang.String[] deploySelected)
           
 void setListAdd(java.util.ArrayList listAdd)
           
 void setListDeploy(java.util.ArrayList listDeploy)
           
 void setListDeployable(java.util.ArrayList listDeployable)
           
 void setListDeployed(java.util.ArrayList listDeployed)
           
 void setListRemove(java.util.ArrayList listRemove)
           
 void setListUndeploy(java.util.ArrayList listUndeploy)
           
 void setUndeploy(java.lang.String undeploy)
           
 void setUndeploySelected(java.lang.String[] undeploySelected)
           
 java.lang.String toString()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeployForm

public DeployForm()
Method Detail

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 instance
request - 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 instance
request - 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)