Uses of Package
net.sourceforge.stripes.controller

Packages that use net.sourceforge.stripes.controller
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.controller.multipart Contains classes for parsing and dealing with multipart/form-data requests. 
net.sourceforge.stripes.exception Contains interfaces and implementations of exception handling strategy classes. 
net.sourceforge.stripes.integration.spring Provides classes for integrating a Stripes application with Spring, primarily by injecting Spring beans into 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. 
net.sourceforge.stripes.validation.expression This package provides several classes that give Stripes the ability to execute EL expressions for validation using various implementations. 
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.config
ActionBeanContextFactory
          Interface for classes that can instantiate and supply new instances of the ActionBeanContext class, or subclasses thereof.
ActionBeanPropertyBinder
          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
ActionResolver
          Resolvers are responsible for locating ActionBean instances that can handle the submitted request.
Interceptor
          Interface for classes which wish to intercept the processing of a request at various stages in the Stripes lifecycle.
LifecycleStage
          Describes the major stages that form the Stripes request processing lifecycle.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.controller
ActionBeanContextFactory
          Interface for classes that can instantiate and supply new instances of the ActionBeanContext class, or subclasses thereof.
ActionBeanPropertyBinder
          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
ActionResolver
          Resolvers are responsible for locating ActionBean instances that can handle the submitted request.
AnnotatedClassActionResolver
          Uses Annotations on classes to identify the ActionBean that corresponds to the current request.
BeforeAfterMethodInterceptor.FilterMethods
          Helper class used to collect Before and After methods for a class and provide easy and rapid access to them by LifecycleStage.
BindingPolicyManager
          Manages the policies observed by DefaultActionBeanPropertyBinder when binding properties to an ActionBean.
ExecutionContext
          Holds the execution context for processing a single request.
FlashScope
          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.
Interceptor
          Interface for classes which wish to intercept the processing of a request at various stages in the Stripes lifecycle.
Intercepts
          Annotation that declares the lifecycle stages that an interceptor should intercept.
LifecycleStage
          Describes the major stages that form the Stripes request processing lifecycle.
ParameterName
          Encapsulates the name of a parameter in the HttpServletRequest.
StripesRequestWrapper
          HttpServletRequestWrapper that is used to make the file upload functionality transparent.
UrlBinding
          Represents a URL binding as declared by a UrlBinding annotation on an ActionBean class.
UrlBindingFactory
           Provides access to UrlBinding objects.
UrlBindingParameter
          A parameter to a clean URL.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.controller.multipart
FileUploadLimitExceededException
          Exception that is thrown when the post size of a multipart/form post used for file upload exceeds the configured maximum size.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.exception
FileUploadLimitExceededException
          Exception that is thrown when the post size of a multipart/form post used for file upload exceeds the configured maximum size.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.integration.spring
ExecutionContext
          Holds the execution context for processing a single request.
Interceptor
          Interface for classes which wish to intercept the processing of a request at various stages in the Stripes lifecycle.
Intercepts
          Annotation that declares the lifecycle stages that an interceptor should intercept.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.validation
ParameterName
          Encapsulates the name of a parameter in the HttpServletRequest.
 

Classes in net.sourceforge.stripes.controller used by net.sourceforge.stripes.validation.expression
ParameterName
          Encapsulates the name of a parameter in the HttpServletRequest.
 



? Copyright 2005-2006, Stripes Development Team.