Uses of Class
wt.templateutil.processor.AbstractHTMLTemplateFactory

Packages that use AbstractHTMLTemplateFactory
wt.htmlutil   
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
 

Uses of AbstractHTMLTemplateFactory in wt.htmlutil
 

Methods in wt.htmlutil that return AbstractHTMLTemplateFactory
 AbstractHTMLTemplateFactory JavaScriptManager.getHTMLTemplateFactory()
          Deprecated.  
 

Uses of AbstractHTMLTemplateFactory in wt.templateutil.processor
 

Subclasses of AbstractHTMLTemplateFactory in wt.templateutil.processor
 class DefaultHTMLTemplateFactory
          Deprecated.  
 class HelpHTMLTemplateFactory
          Deprecated.  
 class TutorialTemplateFactory
          

Supported API: true

Extendable: false
 

Fields in wt.templateutil.processor declared as AbstractHTMLTemplateFactory
private  AbstractHTMLTemplateFactory DefaultTemplateProcessor.htmlTemplateFactory
          Deprecated.  
 

Methods in wt.templateutil.processor that return AbstractHTMLTemplateFactory
 AbstractHTMLTemplateFactory DefaultTemplateProcessor.getHtmlTemplateFactory()
          Deprecated. Gets the object for the association that plays role: htmlTemplateFactory.
 

Methods in wt.templateutil.processor with parameters of type AbstractHTMLTemplateFactory
 void DefaultTemplateProcessor.setHtmlTemplateFactory(AbstractHTMLTemplateFactory a_HtmlTemplateFactory)
          Deprecated. Sets the object for the association that plays role: htmlTemplateFactory.