|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.ui.template.XHTMLTemplateCompiler
public class XHTMLTemplateCompiler
XHTMLTemplateCompiler can compile source XHTML template data
into.. well a XHTML DOM Element.
| Constructor Summary | |
|---|---|
XHTMLTemplateCompiler()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
compileTemplateDataIntoXHTML(RenderContext rc,
TemplateDataSource tds)
This method is called to compile a template data source of template data into a DOM XHTML Element. |
protected org.w3c.dom.Element |
compileXHTML(java.io.InputStream inputStream,
java.lang.String characterEncoding)
This does the actual compiling of a stream of XHTML into a XHTML DOM Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XHTMLTemplateCompiler()
| Method Detail |
|---|
public org.w3c.dom.Element compileTemplateDataIntoXHTML(RenderContext rc,
TemplateDataSource tds)
throws java.lang.Exception
TemplateCompiler
compileTemplateDataIntoXHTML in interface TemplateCompilerrc - - the RenderContext is play at the time of compilationtds - - the template data source
java.lang.Exception - - can Throw exceptions such as parse exceptions etc..TemplateCompiler.compileTemplateDataIntoXHTML(nextapp.echo2.webcontainer.RenderContext,
echopointng.template.TemplateDataSource)
protected org.w3c.dom.Element compileXHTML(java.io.InputStream inputStream,
java.lang.String characterEncoding)
throws java.lang.Exception
inputStream - -
this must be a stream of XHTML datacharacterEncoding - -
the encoding to use
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||