org.objectweb.jonas.webapp.jonasadmin.domain
Class NewServerForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.objectweb.jonas.webapp.jonasadmin.domain.NewServerForm
All Implemented Interfaces:
java.io.Serializable

public final class NewServerForm
extends org.apache.struts.action.ActionForm

Author:
Adriana Danes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewServerForm()
           
 
Method Summary
 java.lang.String getServerName()
           
 java.lang.String getServerURL()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setServerName(java.lang.String serverName)
           
 void setServerURL(java.lang.String serverURL)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewServerForm

public NewServerForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)

getServerName

public java.lang.String getServerName()
Returns:
Returns the serverName.

setServerName

public void setServerName(java.lang.String serverName)
Parameters:
serverName - The serverName to set.

getServerURL

public java.lang.String getServerURL()
Returns:
Returns the serverURL.

setServerURL

public void setServerURL(java.lang.String serverURL)
Parameters:
serverURL - The serverURL to set.