THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Servlet Config Interceptor
The Servlet Config interceptor allows ...
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
|
|
|
|
Extending the Interceptor
Describe possible extensions to the existing interceptor.
Examples
Given an Action, SomeAction, add a reference to the Servlet Config interceptor.
<action name="SomeAction" class="com.examples.SomeAction"> <interceptor-ref name="servlet-config"/> <result name="success" type="freemarker">good_result.ftl</result> </action>