Uses of Interface
org.infolayer.templates.Parameterized

Packages that use Parameterized
org.infolayer.templates   
org.infolayer.templates.elements   
org.infolayer.templates.html   
 

Uses of Parameterized in org.infolayer.templates
 

Classes in org.infolayer.templates that implement Parameterized
 class ParameterizedElement
           
 

Uses of Parameterized in org.infolayer.templates.elements
 

Classes in org.infolayer.templates.elements that implement Parameterized
 class TE_call
          The <t:call> element is replaced by the content of the template denoted by template or file attribute.
 class TE_include
          The <include>-element inserts the file denoted by the file attribute.
 class TE_outer
          The <t:outer> element works similar to the <t:include> element, but the other way around: Like for <t:include>, the <t:outer> element is replaced by the contents of the file denoted by the file attribute.
 

Uses of Parameterized in org.infolayer.templates.html
 

Classes in org.infolayer.templates.html that implement Parameterized
 class TE_link
          The <t:link> element creates a hyperlink to the object denoted by the expr attribute.