org.figure8.join.control.form
Class ResourceUpdateForm
java.lang.Object
org.apache.struts.action.ActionForm
org.figure8.join.control.JoinForm
org.figure8.join.control.form.ResourceUpdateForm
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceUpdateForm
- extends JoinForm
Form object used for requesting resource updates.
- Version:
- $Revision: 1.1 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
void |
doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate form attributes. |
java.lang.String |
getResourceName()
|
java.lang.String |
getResourceVersionName()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset form attributes. |
void |
setResourceName(java.lang.String resourceName)
|
void |
setResourceVersionName(java.lang.String resourceVersionName)
|
Methods inherited from class org.figure8.join.control.JoinForm |
addActionError, addActionError, addActionError, getGuiMessageResources, getId, getIdStr, getMessageResources, setId, setIdStr, validate, validateEntityObjectId |
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 |
ResourceUpdateForm
public ResourceUpdateForm()
- Creates a new instance of ResourceUpdateForm
getResourceName
public java.lang.String getResourceName()
- Returns:
- The name of resource to update
setResourceName
public void setResourceName(java.lang.String resourceName)
- Parameters:
resourceName
- The name of resource to update
getResourceVersionName
public java.lang.String getResourceVersionName()
- Returns:
- The name of resource version to apply
setResourceVersionName
public void setResourceVersionName(java.lang.String resourceVersionName)
- Parameters:
resourceVersionName
- The name of resource version to apply
doValidate
public void doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate form attributes.
- Specified by:
doValidate
in class JoinForm
- Parameters:
operation
- String representing the operation to invoke on Actionmapping
- Mapping between forwards name and path for this actionrequest
- The servlet container request wrapper
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset form attributes.
- Overrides:
reset
in class JoinForm
- Parameters:
mapping
- Mapping between forwards name and path for this actionrequest
- The servlet container request wrapper
Copyright © 2005-2008 Join. All Rights Reserved.