THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Description
Wiki Markup |
---|
{snippet:id=description|javadoc=true|url=com.opensymphony.webwork.interceptor.ServletConfigInterceptor} |
Parameters
Wiki Markup |
---|
{snippet:id=parameters|javadoc=true|url=com.opensymphony.webwork.interceptor.ServletConfigInterceptor} |
Extending the Interceptor
Wiki Markup |
---|
{snippet:id=extending|javadoc=true|url=com.opensymphony.webwork.interceptor.ServletConfigInterceptor} |
Examples
Wiki Markup |
---|
{snippet:id=example|lang=xml|javadoc=true|url=com.opensymphony.webwork.interceptor.ServletConfigInterceptor} |
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.
Code Block | ||
---|---|---|
xml | xml |
<action name="SomeAction" class="com.examples.SomeAction">
<interceptor-ref name="servlet-config"/>
<result name="success" type="freemarker">good_result.ftl</result>
</action>
|