Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
Modifier and Type | Class and Description |
---|---|
class |
OnwardResolution<T extends OnwardResolution<T>>
Abstract class that provides a consistent API for all Resolutions that send the user onward to
another view - either by forwarding, redirecting or some other mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardResolution
Resolution that uses the Servlet API to forward the user to another path within the
same web application using a server side forward.
|
class |
RedirectResolution
Resolution that uses the Servlet API to redirect the user to another path by issuing
a client side redirect.
|
? Copyright 2005-2006, Stripes Development Team.