com.ibm.xsp.registry
Interface FacesValidatorDefinition
- All Superinterfaces:
- FacesComplexDefinition, FacesDefinition, FacesExtensibleNode
public interface FacesValidatorDefinition
- extends FacesComplexDefinition
Note ValidatorDefinitions don't have to appear as a tag in an xsp file.
e.g. The definition for the tag xp:validator is a <@link
com.ibm.xsp.registry.ValidatorFactoryDefinition}, but the definition for
the validator with id javax.faces.Length is a ValidatorDefinition.
ValidatorDefinitions are referenced from the xp:validator tag's validatorId
attribute.
The validator attribute on an
EditableValueHolder
can be set to a method
binding string, in which does not reference the registered validators.
ValidatorDefinitions can also appear as a tag in the xsp file.
Methods inherited from interface com.ibm.xsp.registry.FacesDefinition |
getDefaultFacesProperty, getDefaultProperty, getDefinedInlinePropertyNames, getDefinedPropertyNames, getFile, getFirstDefaultPrefix, getGroupTypeRefs, getId, getJavaClass, getNamespaceUri, getParent, getProperty, getPropertyNames, getReferenceId, getSince, getTagName, isDefinedProperty, isGroupProperty, isProperty, isTag |
getValidatorId
java.lang.String getValidatorId()
- Returns:
- Returns the validatorId.