Package | Description |
---|---|
org.apache.struts2.dispatcher |
Classes for action dispatching in Struts (the Controller part of MVC).
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.