validate(ActionMapping mapping, 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.
Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing
setContainerName
public void setContainerName(String containerName)(Code)
setCurrentNumberOfBMPType
public void setCurrentNumberOfBMPType(int currentNumberOfBMPType)(Code)
setCurrentNumberOfBeanType
public void setCurrentNumberOfBeanType(int currentNumberOfBeanType)(Code)
setCurrentNumberOfCMPType
public void setCurrentNumberOfCMPType(int currentNumberOfCMPType)(Code)
setCurrentNumberOfMDBType
public void setCurrentNumberOfMDBType(int currentNumberOfMDBType)(Code)
setCurrentNumberOfSBFType
public void setCurrentNumberOfSBFType(int currentNumberOfSBFType)(Code)
setCurrentNumberOfSBLType
public void setCurrentNumberOfSBLType(int currentNumberOfSBLType)(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
Methods inherited from org.objectweb.jonas.webapp.jonasadmin.service.ModuleForm