Uses of Class
org.apache.struts.action.ActionRedirect
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The Utilities package provides a variety of families of classes,
to solve problems that are commonly encountered in building web applications.
-
Uses of ActionRedirect in org.apache.struts.action
Modifier and TypeMethodDescriptionActionRedirect.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.Adds an anchor to the path. -
Uses of ActionRedirect in org.apache.struts.util
Modifier and TypeMethodDescriptionstatic void
RequestUtils.populate
(ActionRedirect redirect, HttpServletRequest request) Populates the parameters of the specified ActionRedirect from the specified HTTP request.