| org.objectweb.jonas.webapp.jonasadmin.jonasserver.BasicJonasServerForm org.objectweb.jonas.webapp.jonasadmin.jonasserver.JonasServerForm
JonasServerForm | final public class JonasServerForm extends BasicJonasServerForm (Code) | | Form bean for the Jonas server form page.
author: Michel-Ange ANTON |
getProtocols | public String getProtocols()(Code) | | Get the Jonas server ORB.
|
getServerServletContainerInfo | public String getServerServletContainerInfo()(Code) | | |
getVersions | public String getVersions()(Code) | | Returns the versions. |
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 |
setJonasName | public void setJonasName(String jonasName)(Code) | | |
setJonasVersion | public void setJonasVersion(String jonasVersion)(Code) | | |
setProtocols | public void setProtocols(String protocols)(Code) | | Set the Jonas server ORB.
Parameters: orb - |
setServerServletContainerInfo | public void setServerServletContainerInfo(String serverServletContainerInfo)(Code) | | |
setVersions | public void setVersions(String versions)(Code) | | Parameters: versions - The versions to set. |
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 |
|
|