Uses of Class
org.apache.velocity.tools.view.tools.LinkTool
-
Packages that use LinkTool Package Description org.apache.velocity.tools.struts VelocityStruts contains view tools for integrating Velocity with the Apache Struts 1 framework by providing easy access to Struts resources from within Velocity templates.org.apache.velocity.tools.view.tools All classes in this package have been deprecated and moved toorg.apache.velocity.tools.view. -
-
Uses of LinkTool in org.apache.velocity.tools.struts
Subclasses of LinkTool in org.apache.velocity.tools.struts Modifier and Type Class Description classStrutsLinkToolThe StrutsLinkTool extends the standardLinkToolto add methods for working with Struts' Actions and Forwards: -
Uses of LinkTool in org.apache.velocity.tools.view.tools
Methods in org.apache.velocity.tools.view.tools that return LinkTool Modifier and Type Method Description LinkToolLinkTool. addAllParameters()Deprecated.use#addRequestParams(String...)or#addRequestParamsExcept(String...)or#addMissingRequestParams(String...)LinkToolLinkTool. addIgnore(String parameterName)Deprecated.use#addRequestParams(String...)or#addRequestParamsExcept(String...)or#addMissingRequestParams(String...)LinkToolLinkTool. addQueryData(String key, Object value)Deprecated.LinkToolLinkTool. addQueryData(Map parameters)Deprecated.protected LinkToolLinkTool. duplicate(boolean deep)Deprecated.LinkToolLinkTool. setAbsolute(String uri)Deprecated.LinkToolLinkTool. setAnchor(String anchor)Deprecated.useLinkTool.anchor(Object)insteadLinkToolLinkTool. setRelative(String uri)Deprecated.LinkToolLinkTool. setURI(String uri)Deprecated.
-