uk.ac.ebi.intenz.webapp.dtos
Class EcSearchForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
uk.ac.ebi.intenz.webapp.dtos.EcSearchForm
- All Implemented Interfaces:
- Serializable
public class EcSearchForm
- extends org.apache.struts.validator.ValidatorForm
This ActionForm only manages the ec
parameter.
The Validator framework checks if the EC number is valid.
- Version:
- $Revision: 1.2 $ $Date: 2008/01/28 12:33:07 $
- Author:
- Michael Darsow
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
String |
getEc()
|
void |
setEc(String ec)
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults |
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 |
EcSearchForm
public EcSearchForm()
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate
in class org.apache.struts.validator.ValidatorForm
getEc
public String getEc()
setEc
public void setEc(String ec)
Copyright © 2013 EMBL-EBI. All Rights Reserved.