|
Watches for
ModelDriven actions and adds the action's model on to the value stack.
Note: The ModelDrivenInterceptor must come before the both
StaticParametersInterceptor and
ParametersInterceptor if you want the parameters to be applied to the model.
Note: The ModelDrivenInterceptor will only push the model into the stack when the
model is not null, else it will be ignored.
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="model-driven"/>
<interceptor-ref name="basicStack"/>
<result name="success">good_result.ftl</result>
</action>
author: tm_jee version: $Date: 2006-05-13 14:06:42 +0200 (Sa, 13 Mai 2006) $ $Id: ModelDrivenInterceptor.java 1016 2006-05-13 12:06:42Z tmjee $ |