Uses of Class
net.sourceforge.stripes.controller.Intercepts

Packages that use Intercepts
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.integration.spring Provides classes for integrating a Stripes application with Spring, primarily by injecting Spring beans into ActionBeans. 
 

Uses of Intercepts in net.sourceforge.stripes.controller
 

Classes in net.sourceforge.stripes.controller with annotations of type Intercepts
 class BeforeAfterMethodInterceptor
          Interceptor that inspects ActionBeans for Before and After annotations and runs the annotated methods at the requested point in the request lifecycle.
 class HttpCacheInterceptor
          Looks for an HttpCache annotation on the event handler method, the ActionBean class or the ActionBean's superclasses.
 

Uses of Intercepts in net.sourceforge.stripes.integration.spring
 

Classes in net.sourceforge.stripes.integration.spring with annotations of type Intercepts
 class SpringInterceptor
          An Interceptor that uses a Spring context to inject Spring beans into newly created ActionBeans immediately following ActionBeanResolution.
 



? Copyright 2005-2006, Stripes Development Team.