com.sun.facelets.tag.jsf.html
Class HtmlComponentHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by com.sun.facelets.tag.jsf.ComponentHandler
              extended by com.sun.facelets.tag.jsf.html.HtmlComponentHandler
All Implemented Interfaces:
FaceletHandler

public class HtmlComponentHandler
extends ComponentHandler

Version:
$Id: HtmlComponentHandler.java,v 1.2 2005/08/24 04:38:45 jhook Exp $
Author:
Jacob Hookom

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
HtmlComponentHandler(ComponentConfig config)
           
 
Method Summary
protected  MetaRuleset createMetaRuleset(Class type)
          Extend this method in order to add your own rules.
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, applyNextHandler, createComponent, getFacetName, getId, onComponentCreated, onComponentPopulated
 
Methods inherited from class com.sun.facelets.tag.MetaTagHandler
setAttributes
 
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
 

Constructor Detail

HtmlComponentHandler

public HtmlComponentHandler(ComponentConfig config)
Parameters:
config -
Method Detail

createMetaRuleset

protected MetaRuleset createMetaRuleset(Class type)
Description copied from class: MetaTagHandler
Extend this method in order to add your own rules.

Overrides:
createMetaRuleset in class ComponentHandler
Returns:


Copyright © 2005 All Rights Reserved.