Uses of Class
org.apache.velocity.tools.struts.SecureLinkTool
-
Packages that use SecureLinkTool 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 SecureLinkTool in org.apache.velocity.tools.struts
Methods in org.apache.velocity.tools.struts that return SecureLinkTool Modifier and Type Method Description SecureLinkToolSecureLinkTool. setAction(String action)Returns a copy of the link with the given action name converted into a server-relative URI reference.SecureLinkToolSecureLinkTool. setForward(String forward)Returns a copy of the link with the given global forward name converted into a server-relative URI reference.
-