{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD 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()
Return 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()
- Return 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.
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD