Uses of Class
org.apache.struts.action.ActionRedirect

Packages that use ActionRedirect
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
 

Uses of ActionRedirect in org.apache.struts.action
 

Methods in org.apache.struts.action that return ActionRedirect
 ActionRedirect ActionRedirect.addParameter(String fieldName, Object valueObj)
          Adds the object's toString() to the list of parameters if it's not null, or an empty string with the given fieldName if it is.
 ActionRedirect ActionRedirect.setAnchor(String anchorValue)
          Adds an anchor to the path.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.