Uses of Class
wt.util.LocalizedResource

Packages that use LocalizedResource
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 LocalizedResource in wt.htmlutil
 

Subclasses of LocalizedResource in wt.htmlutil
 class HTMLTemplate
          Deprecated.  
 

Uses of LocalizedResource in wt.templateutil.processor
 

Fields in wt.templateutil.processor declared as LocalizedResource
private  LocalizedResource ContextBasedLocalizedResourceSrv.localizedResource
           
 

Methods in wt.templateutil.processor that return LocalizedResource
protected  LocalizedResource TutorialTemplateFactory.newLocalizedResource(String resourceName, String[] alternateExtensions)
          Returns a new initialized wt.util.LocalizedResource for use in the getHelpLink() method.
protected  LocalizedResource HelpHTMLTemplateFactory.newLocalizedResource(String resourceName, String[] alternateExtensions)
          Deprecated.