Movatterモバイル変換


[0]ホーム

URL:


Fork me on GitHub
Edit on GitHub<< back to Interceptors

Static Parameters Interceptor

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.

Parameters

There are no parameters for this interceptor.

Extending the Interceptor

There are no extension points to this interceptor.

Examples

<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>
Follow @x

[8]ページ先頭

©2009-2025 Movatter.jp