org.figure8.join.control.form
Class ComponentForm
java.lang.Object
org.apache.struts.action.ActionForm
org.figure8.join.control.JoinForm
org.figure8.join.control.form.ComponentForm
- All Implemented Interfaces:
- java.io.Serializable
public class ComponentForm
- extends JoinForm
Struts form object used for manipulating component business objects within Join.
- Version:
- $Revision: 1.1 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary |
ComponentForm()
Creates a new instance of ComponentForm |
Method Summary |
void |
doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate inner attributes. |
java.lang.String |
getKey()
|
java.lang.String |
getReleaseName()
|
java.lang.String |
getTypeKey()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset form attributes. |
void |
setKey(java.lang.String key)
|
void |
setReleaseName(java.lang.String releaseName)
|
void |
setTypeKey(java.lang.String typeKey)
|
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 |
ComponentForm
public ComponentForm()
- Creates a new instance of ComponentForm
getKey
public java.lang.String getKey()
- Returns:
- This component unique key
setKey
public void setKey(java.lang.String key)
- Parameters:
key
- This component unique key
getTypeKey
public java.lang.String getTypeKey()
- Returns:
- This component type unique key
setTypeKey
public void setTypeKey(java.lang.String typeKey)
- Parameters:
typeKey
- This component type business key
getReleaseName
public java.lang.String getReleaseName()
- Returns:
- The name of the release this component is attached to
setReleaseName
public void setReleaseName(java.lang.String releaseName)
- Parameters:
releaseName
- The name of release this component is attached to
doValidate
public void doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate inner 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.