Method Summary |
|
public String | getArchiveName() Returns the archive name in the form. |
public String | getCancel() The target of the cancel op. |
public Map | getChildren() |
public int | getConfigType() Returns the config type. |
public ArrayList | getDeployable() The list of deployable archives. |
public Document | getDocument() Returns the document. |
public boolean | getIsDomain() Return if the action is a domain management operation. |
public String | getJonasBase() |
public Map | getMapping() Returns the map. |
public String | getPathName() Returns the path of the XML file. |
public String | getSubmit() What submission form was done. |
public String | getSwitchTo() The target of switching done. |
public Object | getValues(String key) Returns the object at key's spot of the mapping.
Parameters: key - the key for the mapping. |
public Map | getValuesMap() Returns the values map. |
public String | getXml() Return the XML document as a string. |
public void | reset(ActionMapping mapping, HttpServletRequest request) Reset all properties to their default values. |
public void | reset() Resets this form. |
public void | setArchiveName(String archiveName) Sets the archive name for the form. |
public void | setCancel(String cancel) |
public void | setChildren(Map childValues) Sets the children map. |
public void | setConfigType(int configType) Sets the config type. |
public void | setDeployable(ArrayList deployable) Sets the list of deployable archives. |
public void | setDocument(Document document) |
public void | setIsDomain(boolean isDomain) Sets if the action is a domain management operation. |
public void | setJonasBase(String jonasBase) |
public void | setMapping(Map mapping) Sets the map. |
public void | setPathName(String pathName) Sets the path. |
public void | setSubmit(String submit) Sets the submission. |
public void | setSwitchTo(String switchTo) |
public void | setValues(String key, Object value) Sets a value within the values map. |
public void | setValuesMap(Map values) Sets the values map. |
public void | setXml(String xml) Sets the XML string. |
public String | toString() Returns a String represetnation of the values. |
public ActionErrors | 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. |