| Library: | Stripes |
| Version: | 1.3.2 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| ActionBean | net.sourceforge.stripes.action | Interface for all classes that respond to user interface events. |
| ActionBeanContextFactory | net.sourceforge.stripes.controller | Interface for classes that can instantiate and supply new instances of the ActionBeanContext class, or subclasses thereof. |
| ActionBeanPropertyBinder | net.sourceforge.stripes.controller | Interface for class(es) responsible for taking the String/String[] properties contained in the HttpServletRequest and:
|
| ActionResolver | net.sourceforge.stripes.controller | Resolvers are responsible for locating ActionBean instances that can handle the submitted request. |
| AutoExceptionHandler | net.sourceforge.stripes.exception | A marker interface for delegate exception handlers to be used with the DelegatingExceptionHandler . |
| ConfigurableComponent | net.sourceforge.stripes.config | Interface which is extended by all the major configurable chunks of Stripes. |
| Configuration | net.sourceforge.stripes.config | Type safe interface for accessing configuration information used to configure Stripes. |
| ExceptionHandler | net.sourceforge.stripes.exception | Component that is delegated to in order to handle any exceptions that are raised during the processing of a request which is processed through the Stripes Filter. |
| Formatter | net.sourceforge.stripes.format | Interface that is used to provide a relatively simple formatting interface to the rest of the system. |
| FormatterFactory | net.sourceforge.stripes.format | Interface for creating instances of formatter classes that are capable of formatting the types specified into Strings. |
| Interceptor | net.sourceforge.stripes.controller | Interface for classes which wish to intercept the processing of a request at various stages in the Stripes lifecycle. |
| LocalePicker | net.sourceforge.stripes.localization | A LocalePicker is a class that determines what Locale a particular request will use. |
| LocalizationBundleFactory | net.sourceforge.stripes.localization | Extremely simple interface that is implemented to resolve the ResourceBundles from which various Strings are pulled at runtime. |
| Message | net.sourceforge.stripes.action | Represents a message that can be displayed to the user. |
| PopulationStrategy | net.sourceforge.stripes.tag | Interface that implements the logic to determine how to populate/repopulate an input tag. |
| Resolution | net.sourceforge.stripes.action | Type that is designed to be returned by "handler" methods in ActionBeans. |
| StripesConstants | net.sourceforge.stripes.controller | Container for constant values that are used across more than one class in Stripes. |
| TagErrorRenderer | net.sourceforge.stripes.tag | Implementations of this interface are used to apply formatting to form input fields when there are associated errors. |
| TagErrorRendererFactory | net.sourceforge.stripes.tag | Constructs and returns an instance of TagErrorRenderer to handle the error output of a specific form input tag. |
| TypeConverter | net.sourceforge.stripes.validation | Interface for all type converters in the validation system that provide facilities for converting from String to a specific object type. |
| TypeConverterFactory | net.sourceforge.stripes.validation | Provides access to a set of TypeConverters for converting Strings to various types. |
| Validatable | net.sourceforge.stripes.validation | Interface to be implemented by ActionBeans which need to perform some level of validation above and beyond what Stripes can do through Annotations. |
| ValidationError | net.sourceforge.stripes.validation | Interface to which all error objects in Stripes should conform. |
| ValidationErrorHandler | net.sourceforge.stripes.validation | Interface that can be implemented by ActionBeans to be notified of ValidationErrors that occur during validation and binding. |
| Search |




