Library:Stripes
Version:1.3.2
Compatibility:JDK 1.5
Classes in library Stripes.
NamePackageDescription
ActionBeanContextnet.sourceforge.stripes.action

Encapsulates information about the current request.

ActionBeanInfonet.sourceforge.stripes.toolsEncapsulates meta-information about an ActionBean, namely it's UrlBinding and set of events to which it responds.
ActionClassCachenet.sourceforge.stripes.controllerQuick and dirty class which caches the Class objects representing ActionBeans since it is expensive to look these up using the ResolverUtil.
AnnotatedClassActionResolvernet.sourceforge.stripes.controller

Uses Annotations on classes to identify the ActionBean that corresponds to the current request.

BeforeAfterMethodInterceptornet.sourceforge.stripes.controller

Interceptor that inspects ActionBeans for Before and After annotations and runs the annotated methods at the requested point in the request lifecycle.

BeforeAfterMethodInterceptor.FilterMethodsnet.sourceforge.stripes.controllerHelper class used to collect Before and After methods for a class and provide easy and rapid access to them by LifecycleStage.
BigDecimalTypeConverternet.sourceforge.stripes.validationType converter for converting localized strings into BigDecimal numbers without any loss of magnitude or precision.
BigIntegerTypeConverternet.sourceforge.stripes.validationType converter for converting localized strings into BigInteger numbers without any loss of magnitude or precision.
BooleanTypeConverternet.sourceforge.stripes.validationPerforms a fairly aggressive conversion of a String to a boolean.
BootstrapPropertyResolvernet.sourceforge.stripes.config

Resolves configuration properties that are used to bootstrap the system.

ByteTypeConverternet.sourceforge.stripes.validationBasic type converter for converting strings to bytes.
CryptoUtilnet.sourceforge.stripes.util

Cryptographic utility that can encrypt and decrypt Strings using a key stored in HttpSession.

DateFormatternet.sourceforge.stripes.format

Implements a basic formatter for Date objects.

DateTypeConverternet.sourceforge.stripes.validation

A TypeConverter that aggressively attempts to convert a String to a java.util.Date object.

DefaultActionBeanContextFactorynet.sourceforge.stripes.controllerImplements an ActionBeanContextFactory that allows for instantiation of application specific ActionBeanContext classes.
DefaultConfigurationnet.sourceforge.stripes.config

Centralized location for defaults for all Configuration properties.

DefaultExceptionHandlernet.sourceforge.stripes.exceptionDefault ExceptionHandler implementation that simply rethrows any ServletExceptions and wraps and rethrows other exceptions, letting the container deal with them.
DefaultFormatterFactorynet.sourceforge.stripes.formatVery simple default implementation of a formatter factory that is aware of how to format dates and numbers.
DefaultLocalePickernet.sourceforge.stripes.localization

Default locale picker that uses a comma separated list of locales in the servlet init parameters to determine the set of locales that are supported by the application.

DefaultLocalizationBundleFactorynet.sourceforge.stripes.localizationVery simple default implementation of a bundle factory.
DefaultPopulationStrategynet.sourceforge.stripes.tag

Default implementation of the form input tag population strategy.

DefaultTagErrorRenderernet.sourceforge.stripes.tag

This default implementation of the TagErrorRenderer interface sets the html class attribute to 'error'.

DefaultTagErrorRendererFactorynet.sourceforge.stripes.tag

A straightforward implementation of the TagErrorRendererFactory interface that looks up the name of the renderer class in config, and if one is not supplied defaults to using the DefaultTagErrorRenderer .

DefaultTypeConverterFactorynet.sourceforge.stripes.validationDefault TypeConverterFactory implementation that simply creates an instance level map of all the TypeConverters included in the Stripes distribution, and their applicable classes.
DelegatingExceptionHandlernet.sourceforge.stripes.exception

An alternative implementation of ExceptionHandler that discovers and automatically configures individual AutoExceptionHandler classes to handle specific types of exceptions.

DispatcherServletnet.sourceforge.stripes.controllerServlet that controls how requests to the Stripes framework are processed.
DoubleTypeConverternet.sourceforge.stripes.validationBasic TypeConverter that will convert from Strings to Numbers of type Double.
ElFunctionsnet.sourceforge.stripes.tagA collection of static functions that are included in the Stripes tag library.
EmailTypeConverternet.sourceforge.stripes.validation

A faux TypeConverter that validates that the String supplied is a valid email address.

EnumeratedTypeConverternet.sourceforge.stripes.validationConverts the String form of an Enumerated type into the Enum value that it represents.
ErrorsFooterTagnet.sourceforge.stripes.tagCan be used within a stripes:errors tag to show a footer on an error list.
ErrorsHeaderTagnet.sourceforge.stripes.tagCan be used within a stripes:errors tag to show a header on an error list.
ErrorsTagnet.sourceforge.stripes.tag

The errors tag has two modes, one where it displays all validation errors in a list and a second mode when there is a single enclosed field-error tag that has no name attribute in which case this tag iterates over the body, displaying each error in turn in place of the field-error tag.

ErrorsTagExtraInfonet.sourceforge.stripes.tagThis tag extra info exposes index and error context variables for the body of the errors tag.
EventInfonet.sourceforge.stripes.toolsEncapsulates meta-information about a single event within an ActionBean.
ExecutionContextnet.sourceforge.stripes.controller

Holds the execution context for processing a single request.

FileBeannet.sourceforge.stripes.action

Represents a file that was submitted as part of an HTTP POST request.

FlashScopenet.sourceforge.stripes.controller

A FlashScope is an object that can be used to store objects and make them available as request parameters during this request cycle and the next one.

FloatTypeConverternet.sourceforge.stripes.validationBasic TypeConverter that converts Strings to Numbers of type Float.
FormTagnet.sourceforge.stripes.tag

Form tag for use with the Stripes framework.

ForwardResolutionnet.sourceforge.stripes.actionResolution that uses the Servlet API to forward the user to another path within the same web application using a server side forward.
HtmlTagSupportnet.sourceforge.stripes.tagProvides basic facilities for any tag that wishes to mimic a standard HTML/XHTML tag.
HtmlTagSupportBeanInfonet.sourceforge.stripes.tag

Descirbes the properties supported by the HtmlTagSupport class which is the parent of all the HTML Form/Input tags in Stripes.

HtmlUtilnet.sourceforge.stripes.utilProvides simple utility methods for dealing with HTML.
IndividualErrorTagnet.sourceforge.stripes.tagThe individual-error tag works in concert with a parent errors tag to control the output of each iteration of an error.
InputButtonSupportTagnet.sourceforge.stripes.tag

Support tag class that can generate HTML form fields with localized value attributes.

InputButtonTagnet.sourceforge.stripes.tag

Tag that generates HTML form fields of type {@literal

InputCheckBoxTagnet.sourceforge.stripes.tag

Implements an HTML tag that generates form fields of type .

InputFileTagnet.sourceforge.stripes.tag

Tag that generates HTML form fields of type {@literal

InputHiddenTagnet.sourceforge.stripes.tag

Generates one or more {@literal

InputImageTagnet.sourceforge.stripes.tag

Tag class that generates an image button for use in HTML forms, e.g:

InputLabelTagnet.sourceforge.stripes.tag

Tag handler for a tag that produces an HTML label tag which is capable of looking up localized field names and formatting the label when validation errors exist.

InputOptionsCollectionTagnet.sourceforge.stripes.tag

Writes a set of tags to the page based on the contents of a Collection.

InputOptionsEnumerationTagnet.sourceforge.stripes.tag

Writes a set of tags to the page based on the values of a enum.

InputOptionTagnet.sourceforge.stripes.tag

Generates an HTML tag.

InputPasswordTagnet.sourceforge.stripes.tagTag class that implements an input tag of type password.
InputRadioButtonTagnet.sourceforge.stripes.tag

Generates HTML tags based on the attribute set on the tag and the state of the form.

InputResetTagnet.sourceforge.stripes.tag

Tag that generates HTML form fields of type {@literal

InputSelectTagnet.sourceforge.stripes.tag

Coordinates with one or more other tags to produce a well formed HTML select tag with state repopulation.

InputSubmitTagnet.sourceforge.stripes.tag

Tag that generates HTML form fields of type {@literal

InputTagSupportnet.sourceforge.stripes.tagParent class for all input tags in stripes.
InputTextAreaTagnet.sourceforge.stripes.tag

Tag that generates HTML form fields of type {@literal