Uses of Class
org.codehaus.plexus.summit.pull.tools.TemplateLink

Packages that use TemplateLink
org.codehaus.plexus.summit.pull.tools   
 

Uses of TemplateLink in org.codehaus.plexus.summit.pull.tools
 

Subclasses of TemplateLink in org.codehaus.plexus.summit.pull.tools
 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.codehaus.plexus.summit.pull.tools that return TemplateLink
 TemplateLink TemplateLink.setEncodeURLOff()
          This will turn off the execution of res.encodeURL().
 TemplateLink TemplateLink.setPage(java.lang.String t)
          Sets the template variable used by the Template Service.
 TemplateLink TemplateLink.setAbsolute(boolean b)
          Set to false to skip the scheme, host, and port sections of the url.
 TemplateLink TemplateLinkWithSlash.setPage(java.lang.String t)
          Sets the template variable used by the Template Service.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.