com.sun.facelets.tag
Class MetaTagHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by 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

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
MetaTagHandler(TagConfig config)
           
 
Method Summary
protected  MetaRuleset createMetaRuleset(Class type)
          Extend this method in order to add your own rules.
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.
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.facelets.FaceletHandler
apply
 

Constructor Detail

MetaTagHandler

public MetaTagHandler(TagConfig config)
Method Detail

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.