- All Implemented Interfaces:
AttachedObjectHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) voidapplyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attached object to it.createMetaRuleset(Class type) Return aMetaRulesetparticular to this kind of tag handler.protected ComponentValidators.ValidatorInfogetFor()Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.
-
Field Details
-
owner
-
-
Constructor Details
-
ValidatorTagHandlerDelegateImpl
-
-
Method Details
-
apply
Description copied from class:TagHandlerDelegateCalled by classes that implement
FaceletHandlerin their implementation ofapply().If the argument
compis new to the view, for each tag attribute declared to be in the pass through attribute namespace, set the name and value of the attribute into the pass through attributes map of the component. SeeUIComponent.getPassThroughAttributes(boolean). See the VDLDocs for the namespace URI of the pass through attribute namespace. Attributes whose value is aValueExpressionmust remain un-evaluated and stored in the map asValueExpressioninstances.- Specified by:
applyin classTagHandlerDelegate- Parameters:
ctx- theFaceletContextfor this requestparent- theUIComponentthat corresponds to this element.- Throws:
IOException- if any files necessary to apply this tag handler have any difficulty while loading
-
createMetaRuleset
Description copied from class:TagHandlerDelegateReturn a
MetaRulesetparticular to this kind of tag handler. Called from classes that implementMetaTagHandler.- Specified by:
createMetaRulesetin classTagHandlerDelegate- Parameters:
type- theClassfor which theMetaRulesetmust be created.- Returns:
- a
MetaRulesetparticular to this kind of tag handler.
-
applyAttachedObject
Description copied from interface:AttachedObjectHandlerTake the argument
parentand apply this attached object to it. The action taken varies with class that implements one of the subinterfaces of this interface.- Specified by:
applyAttachedObjectin interfaceAttachedObjectHandler- Parameters:
context- TheFacesContextfor this requestparent- TheUIComponentto which this particular attached object must be applied.
-
getFor
Description copied from interface:AttachedObjectHandlerReturn the value of the "for" attribute specified by the page author on the tag for this
AttachedObjectHandler.- Specified by:
getForin interfaceAttachedObjectHandler- Returns:
- the value of the "for" attribute for this attached object
-
createValidatorInfo
-