org.ajax4jsf.renderkit.compiler
Class ChildrensElement
java.lang.Object
org.ajax4jsf.renderkit.compiler.ElementBase
org.ajax4jsf.renderkit.compiler.ChildrensElement
- All Implemented Interfaces:
- PreparedTemplate
public class ChildrensElement
- extends ElementBase
- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:57:49 $
- Author:
- asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
Methods inherited from class org.ajax4jsf.renderkit.compiler.ElementBase |
addBreakPoint, addChild, encode, encodeBegin, encodeEnd, getAllowedClasses, getChildren, getDefault, getString, getValue, isValueReference, setBaseSkin, setCall, setContext, setDefault, setParent, setProperty, setSkin, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CURRENT_CHILD
public static final java.lang.String CURRENT_CHILD
- See Also:
- Constant Field Values
ChildrensElement
public ChildrensElement()
getIteratorName
public java.lang.String getIteratorName()
setIteratorName
public void setIteratorName(java.lang.String iteratorVar)
encode
public void encode(TemplateContext context)
throws java.io.IOException
- Specified by:
encode
in interface PreparedTemplate
- Overrides:
encode
in class ElementBase
- Throws:
java.io.IOException
encode
public void encode(TemplateContext context,
java.lang.String breakPoint)
throws java.io.IOException
- Specified by:
encode
in interface PreparedTemplate
- Overrides:
encode
in class ElementBase
- Throws:
java.io.IOException
getTag
public java.lang.String getTag()
- Returns:
- tag name for element.
Copyright © 2010. All Rights Reserved.