Package | Description |
---|---|
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.util.bean |
This package contains classes which implement a limited subset of an expression
language for dealing with an extended JavaBean property syntax.
|
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.
|
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 |
---|
StripesRuntimeException
Stripes' version of a RuntimeException that is to be preferred in Stripes
code to throwing plain RuntimeExceptions.
|
? Copyright 2005-2006, Stripes Development Team.