Package | Description |
---|---|
org.apache.struts.action |
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
|
Modifier and Type | Method and Description |
---|---|
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–2016 Apache Software Foundation. All rights reserved.