javax.faces.webapp.pdl.facelets.tag
Class MetaTagHandler
java.lang.Object
javax.faces.webapp.pdl.facelets.tag.TagHandler
javax.faces.webapp.pdl.facelets.tag.MetaTagHandler
- All Implemented Interfaces:
- FaceletHandler
public abstract class MetaTagHandler
- extends TagHandler
A base tag for wiring state to an object
instance based on rules populated at the time of creating a
MetaRuleset.
PENDING correct documentation
- Since:
- 2.0
MetaTagHandler
public MetaTagHandler(TagConfig config)
createMetaRuleset
protected abstract MetaRuleset createMetaRuleset(Class type)
- Extend this method in order to add your own rules.
- Parameters:
type
-
- Returns:
setAttributes
protected void setAttributes(FaceletContext ctx,
Object instance)
- Invoking/extending this method will cause the results of the created
MetaRuleset to auto-wire state to the passed instance.
- Parameters:
ctx
- instance
-
Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.