Library:Stripes
Version:1.3.2
Compatibility:JDK 1.5
Interfaces in library Stripes.
NamePackageDescription
ActionBeannet.sourceforge.stripes.action

Interface for all classes that respond to user interface events.

ActionBeanContextFactorynet.sourceforge.stripes.controllerInterface for classes that can instantiate and supply new instances of the ActionBeanContext class, or subclasses thereof.
ActionBeanPropertyBindernet.sourceforge.stripes.controller

Interface for class(es) responsible for taking the String/String[] properties contained in the HttpServletRequest and:

  • Converting them to the rich type of the property on the target JavaBean
  • Setting the properties on the JavaBean using the appropriate mechanism
ActionResolvernet.sourceforge.stripes.controller

Resolvers are responsible for locating ActionBean instances that can handle the submitted request.

AutoExceptionHandlernet.sourceforge.stripes.exception

A marker interface for delegate exception handlers to be used with the DelegatingExceptionHandler .

ConfigurableComponentnet.sourceforge.stripes.configInterface which is extended by all the major configurable chunks of Stripes.
Configurationnet.sourceforge.stripes.config

Type safe interface for accessing configuration information used to configure Stripes.

ExceptionHandlernet.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.

Formatternet.sourceforge.stripes.format

Interface that is used to provide a relatively simple formatting interface to the rest of the system.

FormatterFactorynet.sourceforge.stripes.formatInterface for creating instances of formatter classes that are capable of formatting the types specified into Strings.
Interceptornet.sourceforge.stripes.controller

Interface for classes which wish to intercept the processing of a request at various stages in the Stripes lifecycle.

LocalePickernet.sourceforge.stripes.localization

A LocalePicker is a class that determines what Locale a particular request will use.

LocalizationBundleFactorynet.sourceforge.stripes.localization

Extremely simple interface that is implemented to resolve the ResourceBundles from which various Strings are pulled at runtime.

Messagenet.sourceforge.stripes.actionRepresents a message that can be displayed to the user.
PopulationStrategynet.sourceforge.stripes.tagInterface that implements the logic to determine how to populate/repopulate an input tag.
Resolutionnet.sourceforge.stripes.actionType that is designed to be returned by "handler" methods in ActionBeans.
StripesConstantsnet.sourceforge.stripes.controllerContainer for constant values that are used across more than one class in Stripes.
TagErrorRenderernet.sourceforge.stripes.tag

Implementations of this interface are used to apply formatting to form input fields when there are associated errors.

TagErrorRendererFactorynet.sourceforge.stripes.tagConstructs and returns an instance of TagErrorRenderer to handle the error output of a specific form input tag.
TypeConverternet.sourceforge.stripes.validationInterface for all type converters in the validation system that provide facilities for converting from String to a specific object type.
TypeConverterFactorynet.sourceforge.stripes.validationProvides access to a set of TypeConverters for converting Strings to various types.
Validatablenet.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.

ValidationErrornet.sourceforge.stripes.validationInterface to which all error objects in Stripes should conform.
ValidationErrorHandlernet.sourceforge.stripes.validation

Interface that can be implemented by ActionBeans to be notified of ValidationErrors that occur during validation and binding.

Search