TODO: Give a description of the Interceptor.
TODO: Describe the paramters for this Interceptor.
TODO: Discuss some possible extension of the Interceptor.
<!-- TODO: Describe how the Interceptor reference will effect execution -->
<action name="someAction" class="com.examples.SomeAction">
TODO: fill in the interceptor reference.
<interceptor-ref name=""/>
<result name="success">good_result.ftl</result>
</action>
author: Ross author: author: Resolves external references using the ExternalReferenceResolver configured on the package author: Reference Resolution is encapsulated in an interceptor so that the user can configure when references should author: be resloved |