Uses of Class
com.opensymphony.webwork.dispatcher.ServletRedirectResult

Packages that use ServletRedirectResult
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
 

Uses of ServletRedirectResult in com.opensymphony.webwork.dispatcher
 

Subclasses of ServletRedirectResult in com.opensymphony.webwork.dispatcher
 class FlashResult
          A flash result, that save the current action into the http session before invoking super.doExecute(...), which actually just do a redirect to a specific location just as a normal ServletRedirectResult would.
 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.
 


WebWork Project Page