|
A simple interceptor that applies the WebWork IOC container
ComponentManager against the executing action. Note, WebWork IOC is deprecated and it is highly recommended that you look at alternative solutions, such as Spring.
Interceptor parameters:
Extending the interceptor:
There are no known extension points to this interceptor.
Example code:
<action name="someAction" class="com.examples.SomeAction">
<interceptor-ref name="componentStack"/>
<interceptor-ref name="basicStack"/>
<result name="success">good_result.ftl</result>
</action>
author: joew@thoughtworks.com author: plightbo version: $Revision: 860 $ |