|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreparedTemplate
Public interface for compiled XML rendered template.
Renderer
must simple call xml.encode(this,context,component);
for produce ResponseWriter
events.
Method Summary | |
---|---|
void |
addChild(PreparedTemplate child)
Append child element to current. |
void |
encode(RendererBase renderer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode this XML component. |
void |
encode(TemplateContext context)
|
void |
encode(TemplateContext context,
java.lang.String breakPoint)
|
java.util.List |
getChildren()
|
java.lang.String |
getTag()
|
java.lang.Object |
getValue(TemplateContext context)
|
void |
setParent(PreparedTemplate parent)
Set parent element in compiled tree for template. |
Method Detail |
---|
void encode(RendererBase renderer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
renderer
- context
- component
-
java.io.IOException
void encode(TemplateContext context) throws java.io.IOException
java.io.IOException
void encode(TemplateContext context, java.lang.String breakPoint) throws java.io.IOException
java.io.IOException
java.util.List getChildren()
void addChild(PreparedTemplate child) throws org.xml.sax.SAXException
child
-
org.xml.sax.SAXException
void setParent(PreparedTemplate parent) throws org.xml.sax.SAXException
parent
-
org.xml.sax.SAXException
java.lang.String getTag()
java.lang.Object getValue(TemplateContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |