Uses of Class
org.apache.velocity.tools.struts.StrutsLinkTool
-
Packages that use StrutsLinkTool 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. -
-
Uses of StrutsLinkTool in org.apache.velocity.tools.struts
Methods in org.apache.velocity.tools.struts that return StrutsLinkTool Modifier and Type Method Description StrutsLinkToolStrutsLinkTool. action(String action)Returns a copy of the link with the given action name converted into a server-relative URI reference.StrutsLinkToolStrutsLinkTool. forward(String forward)Returns a copy of the link with the given global or local forward name converted into a server-relative URI reference.StrutsLinkToolStrutsLinkTool. get(String getme)This exists to enable a simplified syntax for using this tool in a template.StrutsLinkToolStrutsLinkTool. setAction(String action)Returns a copy of the link with the given action name converted into a server-relative URI reference.StrutsLinkToolStrutsLinkTool. setForward(String forward)Returns a copy of the link with the given global or local forward name converted into a server-relative URI reference.
-