This interceptor populates the action with the static parameters defined in the action configuration. If the action implementsParameterizable
, a map of the static parameters will be also be passed directly to the action. The static params will be added to the request params map, unlessmerge
is set to false.
Parameters are typically defined with<param>
elements withinstruts.xml.
There are no parameters for this interceptor.
There are no extension points to this interceptor.
<actionname="someAction"class="com.examples.SomeAction"><interceptor-refname="staticParams"><paramname="parse">true</param><paramname="overwrite">false</param></interceptor-ref><resultname="success">good_result.ftl</result></action>