|
||||||||||
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
public abstract class MetaTagHandler
A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
Field Summary |
---|
Fields inherited from class javax.faces.view.facelets.TagHandler |
---|
nextHandler, tag, tagId |
Constructor Summary | |
---|---|
MetaTagHandler(TagConfig config)
|
Method Summary | |
---|---|
protected abstract MetaRuleset |
createMetaRuleset(java.lang.Class type)
Extend this method in order to add your own rules. |
protected void |
setAttributes(FaceletContext ctx,
java.lang.Object instance)
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance. |
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.facelets.FaceletHandler |
---|
apply |
Constructor Detail |
---|
public MetaTagHandler(TagConfig config)
Method Detail |
---|
protected abstract MetaRuleset createMetaRuleset(java.lang.Class type)
type
-
protected void setAttributes(FaceletContext ctx, java.lang.Object instance)
ctx
- instance
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |