com.opensymphony.xwork2.config.entities
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
 void addParam(String name, Object value)
           
 Map getParams()
           
 void setParams(Map<String,Object> params)
           
 

Method Detail

addParam

void addParam(String name,
              Object value)

setParams

void setParams(Map<String,Object> params)

getParams

Map getParams()


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.