| org.objectweb.jonas.webapp.jonasadmin.deploy.DeployForm
DeployForm | public class DeployForm extends ActionForm (Code) | | author: Michel-Ange ANTON author: Adriana Danes |
getIsConfigurable | public boolean getIsConfigurable()(Code) | | Return if the current deployment type is configurable.
if the current deployment type is configurable. |
getIsModule | public boolean getIsModule()(Code) | | Return true if the current deployment on a server concerns a JAR, RAR, WAR or EAR
true if the current deployment on a server concerns a JAR, RAR, WAR or EAR |
getUndeploySelected | public String[] getUndeploySelected()(Code) | | |
isConfirm | public boolean isConfirm()(Code) | | |
reset | public void reset(ActionMapping mapping, HttpServletRequest request)(Code) | | Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing |
setConfirm | public void setConfirm(boolean confirm)(Code) | | |
setDeploySelected | public void setDeploySelected(String[] deploySelected)(Code) | | |
setIsConfigurable | public void setIsConfigurable(boolean isConfigurable)(Code) | | Sets if the current deployment type is configurable.
Parameters: isDomain - if current deployment type is configurable. |
setIsModule | public void setIsModule(boolean isModule)(Code) | | Set isModule to true if the current deployment on a server concerns a JAR, RAR, WAR or EAR
Parameters: isModule - true if the current deployment on a server concerns a JAR, RAR, WAR or EAR |
setListDeployable | public void setListDeployable(ArrayList listDeployable)(Code) | | |
setUndeploySelected | public void setUndeploySelected(String[] undeploySelected)(Code) | | |
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | 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 Parameters: request - The servlet request we are processing |
|
|