Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BeforeAfterMethodInterceptor
|
class |
HttpCacheInterceptor
Looks for an
HttpCache annotation on the event handler method, the ActionBean
class or the ActionBean 's superclasses. |
Modifier and Type | Class and Description |
---|---|
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.