uk.ac.ebi.intact.application.hierarchView.struts.view
Class HighlightmentForm
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--uk.ac.ebi.intact.application.hierarchView.struts.framework.IntactBaseForm
|
+--uk.ac.ebi.intact.application.hierarchView.struts.view.HighlightmentForm
- All Implemented Interfaces:
- java.io.Serializable
- public final class HighlightmentForm
- extends IntactBaseForm
Form bean for the highlightment form of the view.jsp page.
This form has the following fields, with default values in square brackets:
- behaviour - Entered behaviour value
- Version:
- $Id: HighlightmentForm.java,v 1.6 2003/11/13 14:21:44 skerrien Exp $
- Author:
- Samuel Kerrien (skerrien@ebi.ac.uk)
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
|
Method Summary |
java.lang.String |
getBehaviour()
Return the behaviour value. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setBehaviour(java.lang.String behaviour)
Set the behaviour value. |
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 |
HighlightmentForm
public HighlightmentForm()
getBehaviour
public java.lang.String getBehaviour()
- Return the behaviour value.
setBehaviour
public void setBehaviour(java.lang.String behaviour)
- Set the behaviour value.
- Parameters:
behaviour - The new behaviour value
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Overrides:
reset in class org.apache.struts.action.ActionForm
- 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.
- Overrides:
validate in class org.apache.struts.action.ActionForm
- Parameters:
mapping - The mapping used to select this instancerequest - The servlet request we are processing
IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk