java.lang.Objectjavax.faces.view.facelets.TagHandlerDelegate
Abstract class that defines methods relating to helping tag handler instances. This abstraction enables implementation details to be hidden by the JSF implementation while still allowing concrete classes to be defined for extension by users.
2.0
- Method from javax.faces.view.facelets.TagHandlerDelegate Summary: |
---|
apply, createMetaRuleset |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.view.facelets.TagHandlerDelegate Detail: |
---|
Called by classes that implement
javax.faces.view.facelets.FaceletHandler in their
implementation of |
Return a MetaRuleset particular to this kind of tag handler. Called from classes that implement MetaTagHandler . |