org.objectweb.jonas.webapp.jonasadmin.domain
Class ItemsServersForm
java.lang.Object
org.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.domain.ItemsServersForm
- All Implemented Interfaces:
- java.io.Serializable
- public class ItemsServersForm
- extends org.apache.struts.action.ActionForm
- Author:
- Adriana Danes
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
java.lang.String |
getAction()
|
java.lang.String |
getCluster()
|
java.lang.String[] |
getClusters()
|
java.lang.String |
getCurrent()
|
java.lang.String[] |
getSelectedItems()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setAction(java.lang.String action)
|
void |
setCluster(java.lang.String cluster)
|
void |
setClusters(java.lang.String[] clusters)
|
void |
setCurrent(java.lang.String current)
|
void |
setSelectedItems(java.lang.String[] selectedItems)
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.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. |
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 |
ItemsServersForm
public ItemsServersForm()
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.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. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
getSelectedItems
public java.lang.String[] getSelectedItems()
setSelectedItems
public void setSelectedItems(java.lang.String[] selectedItems)
getAction
public java.lang.String getAction()
setAction
public void setAction(java.lang.String action)
getCluster
public java.lang.String getCluster()
- Returns:
- Returns the cluster.
setCluster
public void setCluster(java.lang.String cluster)
- Parameters:
cluster
- The cluster to set.
getClusters
public java.lang.String[] getClusters()
- Returns:
- Returns the clusters.
setClusters
public void setClusters(java.lang.String[] clusters)
- Parameters:
clusters
- The clusters to set.
getCurrent
public java.lang.String getCurrent()
- Returns:
- Returns the current.
setCurrent
public void setCurrent(java.lang.String current)
- Parameters:
current
- The current to set.