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

Packages that use StrutsLinkTool
org.apache.velocity.tools.struts Provides view tools to integrate Velocity with the Apache Struts framework. 
 

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

Methods in org.apache.velocity.tools.struts that return StrutsLinkTool
 StrutsLinkTool StrutsLinkTool.get(java.lang.String getme)
          This exists to enable a simplified syntax for using this tool in a template.
 StrutsLinkTool StrutsLinkTool.setAction(java.lang.String action)
          Returns a copy of the link with the given action name converted into a server-relative URI reference.
 StrutsLinkTool StrutsLinkTool.setForward(java.lang.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-2009 Apache Software Foundation. All Rights Reserved.