com.ibm.portal.state.accessors.action.engine
Interface EngineActionAccessorController

All Superinterfaces:
Accessor, Disposable

public interface EngineActionAccessorController
extends Accessor

Controller that allows to specify action parameters for a engine action. The parameters are encoded along with the action into the state holder this controller operates on.

Since:
5.1

Method Summary
 java.util.Map getParameters()
          Returns a modifiable map (String to String[]) which allows for setting action parameters for the engine action this controller operates on.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getParameters

java.util.Map getParameters()
Returns a modifiable map (String to String[]) which allows for setting action parameters for the engine action this controller operates on.

Returns:
A modifiable Map. Does not return null.