org.figure8.join.control.form
Class TargetForm
java.lang.Object
org.apache.struts.action.ActionForm
org.figure8.join.control.JoinForm
org.figure8.join.control.form.TargetForm
- All Implemented Interfaces:
- java.io.Serializable
public class TargetForm
- extends JoinForm
Form object used for manipulating Targets into Join application.
- Version:
- $Revision: 1.1 $
- Author:
- Jerome Evrard
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary |
TargetForm()
Creates a new instance of TargetForm |
Method Summary |
void |
doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validation of the form attributes. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset form attributes. |
void |
setDescription(java.lang.String description)
|
void |
setName(java.lang.String name)
|
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 |
TargetForm
public TargetForm()
- Creates a new instance of TargetForm
getName
public java.lang.String getName()
- Returns:
- name of current target
setName
public void setName(java.lang.String name)
- Parameters:
name
- Name of current target
getDescription
public java.lang.String getDescription()
- Returns:
- Description of current target
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- Description of current target
doValidate
public void doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validation of the 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.