com.opensymphony.xwork.config.entities
Interface Parameterizable
- All Known Implementing Classes:
- ActionConfig, InterceptorConfig, ResultConfig
- public interface Parameterizable
Actions implementing Parameterizable will receive a map of the static parameters defined in the action
configuration.
The StaticParametersInterceptor
must be in the action's interceptor
queue for this to work.
- Author:
- Jason Carreira
addParam
public void addParam(String name,
Object value)
setParams
public void setParams(Map params)
getParams
public Map getParams()