| org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm
EarForm | public class EarForm extends ActionForm (Code) | | author: Michel-Ange ANTON author: Adriana Danes |
getEarPath | public String getEarPath()(Code) | | the complete path of the file containing the ear |
getEjbjars | public ArrayList getEjbjars()(Code) | | The list of ModuleItems corresponding to the ejb-jars (EJBModules) contained in the ear. |
getFilename | public String getFilename()(Code) | | the name of the file containing the ear |
getWars | public ArrayList getWars()(Code) | | The list of ModuleItems corresponding to the wars (WebModules) contained in the ear. |
getXmlDeploymentDescriptor | public String getXmlDeploymentDescriptor()(Code) | | the ear's deployement descriptor |
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 |
setEarPath | public void setEarPath(URL pUrl)(Code) | | Parameters: pUrl - the ear's URL |
setEjbjars | public void setEjbjars(ArrayList ejbjars)(Code) | | Parameters: ejbjars - The list of ModuleItems corresponding to the ejb-jars (EJBModules) contained in the ear. |
setFilename | public void setFilename(String filename)(Code) | | Parameters: filename - the name of the file containing the ear |
setRars | public void setRars(ArrayList rars)(Code) | | Parameters: rars - The rars to set. |
setWars | public void setWars(ArrayList wars)(Code) | | Parameters: wars - The list of ModuleItems corresponding to the wars (WebModules) contained in the ear. |
setXmlDeploymentDescriptor | public void setXmlDeploymentDescriptor(String xmlDeploymentDescriptor)(Code) | | Parameters: xmlDeploymentDescriptor - The ear's deployement descriptor |
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 the ActionErrors |
|
|