org.apache.cocoon.faces.samples.carstore
Class FormatValidatorTag
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.taglib.TagSupport
org.apache.cocoon.faces.taglib.ValidatorTag
org.apache.cocoon.faces.samples.carstore.FormatValidatorTag
- All Implemented Interfaces:
- Poolable, Recyclable, Component, LogEnabled, Tag
public class FormatValidatorTag
- extends ValidatorTag
FormatValidatorTag is the tag handler class for FormatValidator tag,
format_validator
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatPatterns
protected String formatPatterns
FormatValidatorTag
public FormatValidatorTag()
getFormatPatterns
public String getFormatPatterns()
setFormatPatterns
public void setFormatPatterns(String fmtPatterns)
createValidator
protected javax.faces.validator.Validator createValidator()
- Description copied from class:
ValidatorTag
- Override to create custom validator
- Overrides:
createValidator
in class ValidatorTag
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.