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(...)
 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.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.