Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizableMessage
A non-error message class that can localize (or at least externalize) the message String
in a resource bundle.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizableError
Provides a mechanism for creating localizable error messages for presentation to the user.
|
class |
ScopedLocalizableError
Provides a slightly more customizable approach to error messages.
|
class |
SimpleError
Validation error message that allows for supplying the error message at the time of
creation - i.e.
|
? Copyright 2005-2006, Stripes Development Team.