| org.objectweb.jonas.webapp.jonasadmin.service.container.WebAppForm org.objectweb.jonas.webapp.jonasadmin.service.container.WebAppJettyForm
WebAppJettyForm | public class WebAppJettyForm extends WebAppForm (Code) | | author: Michel-Ange ANTON |
isStarted | public boolean isStarted()(Code) | | |
numberCheck | public void numberCheck(ActionErrors p_Errors, String field, String numText, boolean rangeCheck, int min, int max)(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 |
setDisplayName | public void setDisplayName(String displayName)(Code) | | |
setResourceBase | public void setResourceBase(String resourceBase)(Code) | | |
setStarted | public void setStarted(boolean started)(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 List of errors |
|
|