| Package | Description |
|---|---|
| net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
| net.sourceforge.stripes.config |
This package provides Configuration services for Stripes, including interfaces for
locating configured components and configuration parameters.
|
| net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
| net.sourceforge.stripes.exception |
Contains interfaces and implementations of exception handling strategy classes.
|
| 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.tag.layout |
Provides lightweight tag classes for creating and using simple re-usable layouts similar
in concept to Tiles or Sitemesh.
|
| net.sourceforge.stripes.util.bean |
This package contains classes which implement a limited subset of an expression
language for dealing with an extended JavaBean property syntax.
|
| net.sourceforge.stripes.vfs |
Contains classes that facilitate discovery of resources via the class loader.
|
| Class and Description |
|---|
| SourcePageNotFoundException
A subclass of
IllegalStateException that is thrown when validation errors are present on
a request and the source page cannot be determined. |
| Class and Description |
|---|
| ExceptionHandler
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.
|
| Class and Description |
|---|
| StripesServletException
Stripes' implementation of a ServletException that is thrown by Stripes
wherever throws clauses are limited to ServletExceptions.
|
| Class and Description |
|---|
| AutoExceptionHandler
A marker interface for delegate exception handlers to be used with the
DelegatingExceptionHandler. |
| DefaultExceptionHandler
Default ExceptionHandler implementation that makes it easy for users to extend and
add custom handling for different types of exception.
|
| ExceptionHandler
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.
|
| SourcePageNotFoundException
A subclass of
IllegalStateException that is thrown when validation errors are present on
a request and the source page cannot be determined. |
| StripesRuntimeException
Stripes' version of a RuntimeException that is to be preferred in Stripes
code to throwing plain RuntimeExceptions.
|
| StripesServletException
Stripes' implementation of a ServletException that is thrown by Stripes
wherever throws clauses are limited to ServletExceptions.
|
| Class and Description |
|---|
| StripesJspException
Stripes' version of the JspException that is used where only JspExceptions
can be thrown.
|
| Class and Description |
|---|
| StripesJspException
Stripes' version of the JspException that is used where only JspExceptions
can be thrown.
|
| Class and Description |
|---|
| StripesRuntimeException
Stripes' version of a RuntimeException that is to be preferred in Stripes
code to throwing plain RuntimeExceptions.
|
| Class and Description |
|---|
| StripesRuntimeException
Stripes' version of a RuntimeException that is to be preferred in Stripes
code to throwing plain RuntimeExceptions.
|
© Copyright 2005-2006, Stripes Development Team.