Uses of Class
org.apache.velocity.tools.struts.StrutsLinkTool

Packages that use StrutsLinkTool
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
 StrutsLinkTool StrutsLinkTool.get(String getme)
          This exists to enable a simplified syntax for using this tool in a template.
 StrutsLinkTool StrutsLinkTool.setAction(String action)
          Returns a copy of the link with the given action name converted into a server-relative URI reference.
 StrutsLinkTool StrutsLinkTool.setForward(String forward)
          Returns a copy of the link with the given global or local forward name converted into a server-relative URI reference.
 



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