|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjste.template.Template
jste.template.CachedTemplate
public class CachedTemplate
A cached template is a template that is stored in a cache. Only cached templates support the
include
function for including other templates. Included templates must be available from the
repository containing the including template.
Constructor Summary | |
---|---|
CachedTemplate(TemplateCache cache,
java.lang.String content,
java.lang.String templateName)
|
Method Summary | |
---|---|
protected DocumentWrapper |
getOutputWrapper(java.lang.Object dataObject,
java.io.Writer output)
|
Methods inherited from class jste.template.Template |
---|
_doExpand, expand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedTemplate(TemplateCache cache, java.lang.String content, java.lang.String templateName)
Method Detail |
---|
protected DocumentWrapper getOutputWrapper(java.lang.Object dataObject, java.io.Writer output) throws java.lang.Exception
getOutputWrapper
in class Template
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |