Uses of Class
wt.htmlutil.CachedHTMLTemplate

Packages that use CachedHTMLTemplate
wt.htmlutil   
 

Uses of CachedHTMLTemplate in wt.htmlutil
 

Methods in wt.htmlutil that return CachedHTMLTemplate
 CachedHTMLTemplate ProcessTemplate.processTemplateCached(InputStream in, Object context, Locale locale)
          Deprecated. Called initially to process an HTML 'template' and cache the results of the parsing.
private  CachedHTMLTemplate ProcessTemplate.parseTemplate(PushbackInputStream in, OutputStream out, Object context, Locale locale, boolean includeLocale, boolean isCached)
          Deprecated.  
private  CachedHTMLTemplate ProcessTemplate.processMethod(String method_line, OutputStream out, Object context, Locale locale, boolean includeLocale, boolean isCached, CachedHTMLTemplate inputTemplate, boolean retTemplate)
          Deprecated. Process a script method line.
 CachedHTMLTemplate MethodAction.getRecursiveProperty(String key)
          Deprecated.  
 

Methods in wt.htmlutil with parameters of type CachedHTMLTemplate
private  CachedHTMLTemplate ProcessTemplate.processMethod(String method_line, OutputStream out, Object context, Locale locale, boolean includeLocale, boolean isCached, CachedHTMLTemplate inputTemplate, boolean retTemplate)
          Deprecated. Process a script method line.
private  Object ProcessTemplate.scriptOutput(String script, Object context, Locale locale, boolean includeLocale, boolean isCached, CachedHTMLTemplate cachedTemplate, boolean retTemplate)
          Deprecated.  
 void MethodAction.putRecursiveProperty(String key, CachedHTMLTemplate cachedTemplate)
          Deprecated.