com.sun.facelets.tag.ui
Class RepeatHandler

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.ui.RepeatHandler
All Implemented Interfaces:
FaceletHandler

public class RepeatHandler
extends ComponentHandler


Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
RepeatHandler(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

RepeatHandler

public RepeatHandler(ComponentConfig 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.