com.sun.facelets.tag
Class MetaTagHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.MetaTagHandler
- All Implemented Interfaces:
- FaceletHandler
- Direct Known Subclasses:
- ComponentHandler, ConvertHandler, ValidateHandler
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,v 1.2 2005/08/24 04:38:47 jhook Exp $
- Author:
- Jacob Hookom
MetaTagHandler
public MetaTagHandler(TagConfig config)
createMetaRuleset
protected 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 © 2005 All Rights Reserved.