Interface Parameterizable
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
- 
Method Summary
- 
Method Details- 
addParam
- 
setParams
- 
getParams
 
-