Class ValidatorTag
- java.lang.Object
-
- org.apache.commons.jelly.TagSupport
-
- org.apache.commons.jelly.DynaTagSupport
-
- org.apache.commons.jelly.MapTagSupport
-
- org.apache.commons.jelly.tags.core.UseBeanTag
-
- net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
- net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag<T>
-
- net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag<Validator>
-
- net.sf.jguiraffe.gui.builder.components.tags.ValidatorTag
-
- All Implemented Interfaces:
ConditionalTag,PropertiesSupport,PropertySupport,org.apache.commons.jelly.DynaTag,org.apache.commons.jelly.impl.BeanSource,org.apache.commons.jelly.Tag
public class ValidatorTag extends ValidatorBaseTag<Validator>
A tag handler class for creating
objects and associating them with input components.ValidatorThe class of the validator can be defined either as a class name using the
classattribute or by referencing an existing validator using therefattribute. Thephaseattributes determines whether the validator should be used during field validation or form validation phase. Here a name from theclass can be specified.ValidationPhase- Version:
- $Id: ValidatorTag.java 205 2012-01-29 18:29:57Z oheger $
- Author:
- Oliver Heger
-
-
Field Summary
-
Fields inherited from class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
ATTR_BEAN_CLASS, ATTR_BEAN_NAME, ATTR_CLASS, ATTR_IF_NAME, ATTR_REF, ATTR_UNLESS_NAME, ATTR_VAR
-
-
Constructor Summary
Constructors Constructor Description ValidatorTag()
-
Method Summary
-
Methods inherited from class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
getValidationPhase, handleInputComponentTag, handleOtherParent
-
Methods inherited from class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
getProperties, getTransformerContext, passResults, setProperties
-
Methods inherited from class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
addIgnoreProperties, doTag, fetchBean, getAdditionalProperties, getAttributeStr, getBaseClass, getIfName, getUnlessName, isOptional, processBean, setBaseClass, setProperty, useExistingBean
-
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
addIgnoreProperty, convertToClass, getBean, getDefaultClass, getIgnorePropertySet, isIgnoreUnknownProperties, loadClass, newInstance, setBean, setBeanProperties, setIgnoreUnknownProperties, validateBeanProperties
-
Methods inherited from class org.apache.commons.jelly.MapTagSupport
createAttributes, getAttributes, setAttribute
-
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
-
-