Uses of Class
org.apache.velocity.tools.view.tools.LinkTool

Packages that use LinkTool
org.apache.velocity.tools.struts Provides view tools to integrate Velocity with the Apache Struts framework. 
org.apache.velocity.tools.view.tools Provides the ViewTool and Configurable interfaces, as well as a number of useful implementing classes. 
 

Uses of LinkTool in org.apache.velocity.tools.struts
 

Subclasses of LinkTool in org.apache.velocity.tools.struts
 class SecureLinkTool
          Tool to be able to use Struts SSL Extensions with Velocity.
 class StrutsLinkTool
          View tool to work with URI links in Struts.
 

Uses of LinkTool in org.apache.velocity.tools.view.tools
 

Methods in org.apache.velocity.tools.view.tools that return LinkTool
protected  LinkTool LinkTool.copyWith(LinkTool.QueryPair pair)
          For internal use.
protected  LinkTool LinkTool.copyWith(java.util.Map newQueryData)
          For internal use.
protected  LinkTool LinkTool.copyWith(java.lang.String uri)
          For internal use.
protected  LinkTool LinkTool.copyWithAnchor(java.lang.String anchor)
          For internal use.
protected  LinkTool LinkTool.duplicate()
          This is just to avoid duplicating this code for both copyWith() methods
 LinkTool LinkTool.setAnchor(java.lang.String anchor)
          Returns a copy of the link with the specified anchor to be added to the end of the generated hyperlink.
 LinkTool LinkTool.anchor(java.lang.String anchor)
          Convenience method equivalent to setAnchor(java.lang.String).
 LinkTool LinkTool.setRelative(java.lang.String uri)
          Returns a copy of the link with the specified context-relative URI reference converted to a server-relative URI reference.
 LinkTool LinkTool.relative(java.lang.String uri)
          Convenience method equivalent to setRelative(java.lang.String).
 LinkTool LinkTool.setAbsolute(java.lang.String uri)
          Returns a copy of the link with the specified URI reference either used as or converted to an absolute (non-relative) URI reference.
 LinkTool LinkTool.absolute(java.lang.String uri)
          Convenience method equivalent to setAbsolute(java.lang.String).
 LinkTool LinkTool.setURI(java.lang.String uri)
          Returns a copy of the link with the given URI reference set.
 LinkTool LinkTool.uri(java.lang.String uri)
          Convenience method equivalent to setURI(java.lang.String).
 LinkTool LinkTool.addQueryData(java.lang.String key, java.lang.Object value)
          Adds a key=value pair to the query data.
 LinkTool LinkTool.addQueryData(java.util.Map parameters)
          Adds multiple key=value pairs to the query data.
 LinkTool LinkTool.param(java.lang.Object key, java.lang.Object value)
          Convenience method equivalent to addQueryData(java.lang.String, java.lang.Object).
 LinkTool LinkTool.params(java.util.Map parameters)
          Convenience method equivalent to addQueryData(Map parameters).
 LinkTool LinkTool.getSelf()
          This method returns a new "self-referencing" LinkTool for the current request.
 



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.