|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.FaceletsAttachedObjectHandler
javax.faces.view.facelets.ValidatorHandler
public class ValidatorHandler
Handles setting a Validator instance on a EditableValueHolder. Will wire all attributes set to the Validator instance created/fetched. Uses the "binding" attribute for grabbing instances to apply attributes to.
Will only set/create Validator is the passed UIComponent's parent is null, signifying that it wasn't restored from an existing tree.
Field Summary |
---|
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
---|
delegateFactory |
Fields inherited from class javax.faces.view.facelets.TagHandler |
---|
nextHandler, tag, tagId |
Constructor Summary | |
---|---|
ValidatorHandler(ValidatorConfig config)
|
Method Summary | |
---|---|
protected TagHandlerDelegate |
getTagHandlerDelegate()
|
ValidatorConfig |
getValidatorConfig()
|
java.lang.String |
getValidatorId(FaceletContext ctx)
|
Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler |
---|
applyAttachedObject, getAttachedObjectHandlerHelper, getFor |
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
---|
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes |
Methods inherited from class javax.faces.view.facelets.TagHandler |
---|
getAttribute, getRequiredAttribute, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.faces.view.AttachedObjectHandler |
---|
applyAttachedObject, getFor |
Constructor Detail |
---|
public ValidatorHandler(ValidatorConfig config)
Method Detail |
---|
public ValidatorConfig getValidatorConfig()
public java.lang.String getValidatorId(FaceletContext ctx)
protected TagHandlerDelegate getTagHandlerDelegate()
getTagHandlerDelegate
in class DelegatingMetaTagHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |