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

Packages that use LinkTool
org.apache.velocity.tools.view.tools All classes in this package have been deprecated and moved to org.apache.velocity.tools.view
 

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

Methods in org.apache.velocity.tools.view.tools that return LinkTool
 LinkTool LinkTool.addAllParameters()
          Deprecated. use LinkTool.addRequestParams(String...) or LinkTool.addRequestParamsExcept(String...) or LinkTool.addMissingRequestParams(String...)
 LinkTool LinkTool.addIgnore(String parameterName)
          Deprecated. use LinkTool.addRequestParams(String...) or LinkTool.addRequestParamsExcept(String...) or LinkTool.addMissingRequestParams(String...)
 LinkTool LinkTool.addQueryData(Map parameters)
          Deprecated. use LinkTool.params(Object)
 LinkTool LinkTool.addQueryData(String key, Object value)
          Deprecated. use LinkTool.append(Object,Object)
 LinkTool LinkTool.setAbsolute(String uri)
          Deprecated. use LinkTool.absolute(Object)
 LinkTool LinkTool.setAnchor(String anchor)
          Deprecated. use LinkTool.anchor(Object) instead
 LinkTool LinkTool.setRelative(String uri)
          Deprecated. use LinkTool.relative(Object)
 LinkTool LinkTool.setURI(String uri)
          Deprecated. use LinkTool.uri(Object)
 



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