org.richfaces.taglib
Class ComponentHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.MetaTagHandler
org.richfaces.taglib.ComponentHandler
- All Implemented Interfaces:
- com.sun.facelets.FaceletHandler
public class ComponentHandler
- extends com.sun.facelets.tag.MetaTagHandler
TODO Class description goes here.
- Author:
- "Andrey Markavtsov"
Field Summary |
protected ForEachIterator |
items
Iterator for columns's tag value attribute |
protected java.lang.Object |
rawItems
Value attribute value |
Fields inherited from class com.sun.facelets.tag.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
ComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
TODO Description goes here. |
Method Summary |
void |
apply(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
protected void |
applyNextHandler(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c)
|
Methods inherited from class com.sun.facelets.tag.MetaTagHandler |
createMetaRuleset, 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 |
items
protected ForEachIterator items
- Iterator for columns's tag value attribute
rawItems
protected java.lang.Object rawItems
- Value attribute value
ComponentHandler
public ComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
- TODO Description goes here.
- Parameters:
config
-
apply
public void apply(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws java.io.IOException,
javax.faces.FacesException,
javax.el.ELException
- Throws:
java.io.IOException
javax.faces.FacesException
javax.el.ELException
applyNextHandler
protected void applyNextHandler(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c)
throws java.io.IOException,
javax.faces.FacesException,
javax.el.ELException
- Throws:
java.io.IOException
javax.faces.FacesException
javax.el.ELException
Copyright © 2009. All Rights Reserved.