Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
net.sourceforge.stripes.ajax |
This package provides utilities and classes that are helpful for creating AJAX
applications and/or components using Stripes.
|
net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
net.sourceforge.stripes.controller.multipart |
Contains classes for parsing and dealing with multipart/form-data requests.
|
net.sourceforge.stripes.exception |
Contains interfaces and implementations of exception handling strategy classes.
|
net.sourceforge.stripes.integration.spring |
Provides classes for integrating a Stripes application with Spring, primarily by
injecting Spring beans into ActionBeans.
|
net.sourceforge.stripes.localization |
This package is used by Stripes to provide localization capabilities to application.
|
net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
net.sourceforge.stripes.tag |
Contains implementation classes for all the Stripes custom tags and interfaces
for overriding the strategy used to (re-)populate tag values and rendering tags
in case of validation errors.
|
net.sourceforge.stripes.tools |
Command line tools used in conjunction with Stripes.
|
net.sourceforge.stripes.util |
This package contains various utility classes that are used to implement Stripes.
|
net.sourceforge.stripes.validation |
This package contains interfaces and implementations of error message classes
and of classes that convert Strings to rich objects, providing validation during
the conversion.
|
net.sourceforge.stripes.validation.expression |
This package provides several classes that give Stripes the ability to execute
EL expressions for validation using various implementations.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
ActionBeanContext
Encapsulates information about the current request.
|
Message
Represents a message that can be displayed to the user.
|
OnwardResolution
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.
|
RedirectResolution
Resolution that uses the Servlet API to redirect the user to another path by issuing
a client side redirect.
|
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
SimpleMessage
A simple non-error message that uses the String supplied to it as the message (i.e.
|
StreamingResolution
Resolution for streaming data back to the client (in place of forwarding the user to
another page).
|
StrictBinding.Policy
The options for the
StrictBinding.defaultPolicy() element. |
Class and Description |
---|
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
ActionBeanContext
Encapsulates information about the current request.
|
FileBean
Represents a file that was submitted as part of an HTTP POST request.
|
HttpCache
This annotation can be applied to an event handler method or to an
ActionBean class to
suggest to the HTTP client how it should cache the response. |
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
StrictBinding
When applied to an
ActionBean , this annotation turns on binding access controls. |
StrictBinding.Policy
The options for the
StrictBinding.defaultPolicy() element. |
Class and Description |
---|
FileBean
Represents a file that was submitted as part of an HTTP POST request.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
Class and Description |
---|
ActionBeanContext
Encapsulates information about the current request.
|
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Message
Represents a message that can be displayed to the user.
|
Class and Description |
---|
UrlBinding
Annotation used to bind ActionBean classes to a specific path within the web application.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
Message
Represents a message that can be displayed to the user.
|
Resolution
Type that is designed to be returned by "handler" methods in ActionBeans.
|
SimpleMessage
A simple non-error message that uses the String supplied to it as the message (i.e.
|
Class and Description |
---|
ActionBean
Interface for all classes that respond to user interface events.
|
? Copyright 2005-2006, Stripes Development Team.