Public Member Functions | |
boolean | itsMe (String name) |
void | setContext (Map< String, Object > params, Map< String, Object > results) |
Object | getParam (String key) |
boolean | stopPropagating () |
void | execute () |
Definition at line 27 of file IElephantPlugin.java.
void org.turro.action.IElephantPlugin.execute | ( | ) |
Object org.turro.action.IElephantPlugin.getParam | ( | String | key | ) |
Implemented in org.turro.action.DefaultPlugin.
boolean org.turro.action.IElephantPlugin.itsMe | ( | String | name | ) |
Implemented in org.turro.action.DefaultPlugin.
void org.turro.action.IElephantPlugin.setContext | ( | Map< String, Object > | params, |
Map< String, Object > | results | ||
) |
Implemented in org.turro.action.DefaultPlugin.
boolean org.turro.action.IElephantPlugin.stopPropagating | ( | ) |