Uses of Class
org.apache.turbine.util.template.TemplateLink

Packages that use TemplateLink
org.apache.turbine.util.template   
 

Uses of TemplateLink in org.apache.turbine.util.template
 

Subclasses of TemplateLink in org.apache.turbine.util.template
 class TemplateLinkWithSlash
          This class allows one to specify paths in the setPage method using '/' slash as opposed to the ',' used in TemplateLink.
 

Methods in org.apache.turbine.util.template that return TemplateLink
 TemplateLink TemplateLink.setEncodeURLOff()
          This will turn off the execution of res.encodeURL() by making res == null.
 TemplateLink TemplateLink.setPage(java.lang.String t)
          Sets the template variable used by the Template Service.
 TemplateLink TemplateLinkWithSlash.setPage(java.lang.String t)
          Sets the template variable used by the Template Service.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.