Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
Modifier and Type | Method and Description |
---|---|
RedirectResolution |
RedirectResolution.flash(ActionBean bean)
Causes the ActionBean supplied to be added to the Flash scope and made available
during the next request cycle.
|
RedirectResolution |
RedirectResolution.includeRequestParameters(boolean inc)
If set to true, will cause absolutely all request parameters present in the current request
to be appended to the redirect URL that will be sent to the browser.
|
RedirectResolution |
RedirectResolution.setAnchor(java.lang.String anchor)
This method is overridden to make it public.
|
? Copyright 2005-2006, Stripes Development Team.