Uses of Class
org.apache.struts2.dispatcher.ServletRedirectResult

Packages that use ServletRedirectResult
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
 

Uses of ServletRedirectResult in org.apache.struts2.dispatcher
 

Subclasses of ServletRedirectResult in org.apache.struts2.dispatcher
 class ServletActionRedirectResult
          This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the specified action and (optional) namespace.
 

Methods in org.apache.struts2.dispatcher that return ServletRedirectResult
 ServletRedirectResult ServletRedirectResult.addParameter(String key, Object value)
          Adds a request parameter to be added to the redirect url
 



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