Uses of Class
org.millscript.millscript.loaders.BasicTemplateLoader

Packages that use BasicTemplateLoader
org.millscript.millscript.loaders   
 

Uses of BasicTemplateLoader in org.millscript.millscript.loaders
 

Subclasses of BasicTemplateLoader in org.millscript.millscript.loaders
 class BasicXHTMLTemplateLoader
          This class is a starting point for implementing an XHTML template loader.
 class SkeletonLoader
          This class implements the MillScript skeleton loader.
 class TemplateLoader
          This class implements the MillScript template loader.
 class XMLSkeletonLoader
          This class implements the MillScript XML skeleton loader.
 class XMLTemplateLoader
          This class implements the MillScript XML template loader.
 

Constructors in org.millscript.millscript.loaders with parameters of type BasicTemplateLoader
ArgName(BasicTemplateLoader btl)
          Constructs a new arg element handler, to insert expressions for the current element into the specified loader.
BasicTemplateLoaderElementTokenVisitor(BasicTemplateLoader btl, BasicTemplateLoaderTokenVisitor ptv, org.millscript.commons.xml.api.token.StartTagToken stt)
          Constructs a new element token visitor, with the specified controlling loader, parent token visitor and start tag.
BasicTemplateLoaderTokenVisitor(BasicTemplateLoader btl, BasicTemplateLoaderTokenVisitor ptv, org.millscript.commons.xml.api.token.StartTagToken stt)
          Constructs a new basic template loader token visitor, with the specified controlling loader, parent token visitor and start tag.
FieldName(BasicTemplateLoader btl)
          Constructs a new shortcut argument element handler, to insert expressions for the specified argument number into the specified loader.
ItemName(BasicTemplateLoader btl)
          Constructs a new item element handler, to insert expressions for the current element into the specified loader.
ShortcutArgName(BasicTemplateLoader btl, int n)
          Constructs a new shortcut argument element handler, to insert expressions for the specified argument number into the specified loader.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.