Uses of Class
org.apache.turbine.services.pull.tools.TemplateLink

Packages that use TemplateLink
org.apache.turbine.services.pull.tools Pull Tools to be used in a template based view. 
 

Uses of TemplateLink in org.apache.turbine.services.pull.tools
 

Subclasses of TemplateLink in org.apache.turbine.services.pull.tools
 class RelativeTemplateLink
          Deprecated. Use TemplateLink with the getRelativeLink() method.
 class TemplateLinkWithSlash
          Deprecated. Use TemplateLink instead and fix up your template references.
 

Methods in org.apache.turbine.services.pull.tools 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 template)
          Sets the template variable used by the Template Service.
 TemplateLink TemplateLink.setAction(java.lang.String action)
          Sets the action= value for this URL.
 TemplateLink TemplateLink.setActionEvent(java.lang.String action, java.lang.String event)
          Sets the action= and eventSubmit= values for this URL.
 TemplateLink TemplateLink.setEvent(java.lang.String action)
          Sets the eventSubmit_= value for this URL.
 TemplateLink TemplateLink.setScreen(java.lang.String screen)
          Sets the screen= value for this URL.
 TemplateLink TemplateLink.setReference(java.lang.String reference)
          Sets a reference anchor (#ref).
 TemplateLink TemplateLink.addPathInfo(ParameterParser pp)
          Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
 TemplateLink TemplateLink.addPathInfo(java.lang.String name, java.lang.Object value)
          Adds a name=value pair to the path_info string.
 TemplateLink TemplateLink.addPathInfo(java.lang.String name, java.lang.String value)
          Adds a name=value pair to the path_info string.
 TemplateLink TemplateLink.addPathInfo(java.lang.String name, double value)
          Adds a name=value pair to the path_info string.
 TemplateLink TemplateLink.addPathInfo(java.lang.String name, int value)
          Adds a name=value pair to the path_info string.
 TemplateLink TemplateLink.addPathInfo(java.lang.String name, long value)
          Adds a name=value pair to the path_info string.
 TemplateLink TemplateLink.addQueryData(java.lang.String name, java.lang.Object value)
          Adds a name=value pair to the query string.
 TemplateLink TemplateLink.addQueryData(java.lang.String name, java.lang.String value)
          Adds a name=value pair to the query string.
 TemplateLink TemplateLink.addQueryData(java.lang.String name, double value)
          Adds a name=value pair to the query string.
 TemplateLink TemplateLink.addQueryData(java.lang.String name, int value)
          Adds a name=value pair to the query string.
 TemplateLink TemplateLink.addQueryData(java.lang.String name, long value)
          Adds a name=value pair to the query string.
 TemplateLink TemplateLink.addQueryData(ParameterParser pp)
          Adds a name=value pair for every entry in a ParameterParser object to the query string.
 TemplateLink TemplateLink.removePathInfo()
          Removes all the path info elements.
 TemplateLink TemplateLink.removePathInfo(java.lang.String name)
          Removes a name=value pair from the path info.
 TemplateLink TemplateLink.removeQueryData()
          Removes all the query string elements.
 TemplateLink TemplateLink.removeQueryData(java.lang.String name)
          Removes a name=value pair from the query string.
 TemplateLink TemplateLinkWithSlash.setPage(java.lang.String template)
          Deprecated. Sets the template variable used by the Template Service.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.