Uses of Interface
org.xlattice.Template

Packages that use Template
org.xlattice.util.template   
 

Uses of Template in org.xlattice.util.template
 

Classes in org.xlattice.util.template that implement Template
 class BinaryTemplate
          A Template which consists of an irreducible byte array.
 class SeqTemplate
          Operations require external synchronization.
 class StringTemplate
          A template which consists of an irreducible String, one which will not be examined for any embedded templates.
 class TemplateImpl
           
 class VarTemplate
          Template whose value is a variable name which is resolved in the Context.
 

Methods in org.xlattice.util.template with parameters of type Template
 void SeqTemplate.add(Template t)
           
 

Constructors in org.xlattice.util.template with parameters of type Template
SeqTemplate(Template[] tArray)