org.openfaces.taglib.facelets.validation
Class ValidateCustomTagHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by org.openfaces.taglib.facelets.validation.ValidateCustomTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
Direct Known Subclasses:
ValidateEmailTagHandler, ValidateEqualTagHandler, ValidateRegexTagHandler, ValidateUrlTagHandler

public class ValidateCustomTagHandler
extends javax.faces.view.facelets.MetaTagHandler


Constructor Summary
ValidateCustomTagHandler(javax.faces.view.facelets.ConverterConfig config)
           
ValidateCustomTagHandler(javax.faces.view.facelets.TagConfig config)
           
ValidateCustomTagHandler(javax.faces.view.facelets.ValidatorConfig config)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent parent)
           
 java.lang.String getValidatorId()
           
 void setMetaRule(PropertyHandlerMetaRule metaRule)
           
 
Methods inherited from class javax.faces.view.facelets.TagHandler
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidateCustomTagHandler

public ValidateCustomTagHandler(javax.faces.view.facelets.ConverterConfig config)

ValidateCustomTagHandler

public ValidateCustomTagHandler(javax.faces.view.facelets.ValidatorConfig config)

ValidateCustomTagHandler

public ValidateCustomTagHandler(javax.faces.view.facelets.TagConfig config)
Method Detail

setMetaRule

public void setMetaRule(PropertyHandlerMetaRule metaRule)

getValidatorId

public java.lang.String getValidatorId()

apply

public void apply(javax.faces.view.facelets.FaceletContext context,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  javax.el.ELException
Throws:
java.io.IOException
javax.faces.FacesException
javax.el.ELException


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.