javax.faces.view.facelets
Class MetaTagHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
- All Implemented Interfaces:
- FaceletHandler
- Direct Known Subclasses:
- DelegatingMetaTagHandler
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.
- Version:
- $Id: MetaTagHandler.java 1187700 2011-10-22 12:19:37Z bommel $
- Author:
- Jacob Hookom
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:
- FIXME: EG _ GENERIC
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 © 2013 The Apache Software Foundation. All Rights Reserved.