org.apache.myfaces.custom.emailvalidator
Class ValidateEmailTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.faces.webapp.ValidatorTag
              |
              +--org.apache.myfaces.custom.emailvalidator.ValidateEmailTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ValidateEmailTag
extends javax.faces.webapp.ValidatorTag

Version:
$Revision: 1.4 $ $Date: 2004/10/13 11:50:57 $ $Log: ValidateEmailTag.java,v $ Revision 1.4 2004/10/13 11:50:57 matze renamed packages to org.apache Revision 1.3 2004/09/15 07:58:58 mwessendorf Custom Validators now work in OC4J - thanks to Daniel Kamakura for supporting this Revision 1.2 2004/07/01 21:53:11 mwessendorf ASF switch Revision 1.1 2004/05/27 14:09:01 manolito creditcard and email validator refactored
Author:
mwessendorf (latest modification by $Author: matze $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ValidateEmailTag()
           
 
Method Summary
protected  javax.faces.validator.Validator createValidator()
           
 void release()
           
 
Methods inherited from class javax.faces.webapp.ValidatorTag
doStartTag, setValidatorId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateEmailTag

public ValidateEmailTag()
Method Detail

createValidator

protected javax.faces.validator.Validator createValidator()
                                                   throws javax.servlet.jsp.JspException
Overrides:
createValidator in class javax.faces.webapp.ValidatorTag
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.faces.webapp.ValidatorTag