public class MemoryActionRepository extends ActionRepository
bootstrapconfigResource, configWatcher, manager| Constructor and Description |
|---|
MemoryActionRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Action a)
Adds the action to the repository using
Action.getNameSpace() and Action.getName(). |
Map<String,Action> |
get(String nameSpace)
All actions of a certain namespace.
|
Collection<Action> |
getActions()
All actions managed by this repository
|
void |
load()
This method should be overridden by an extending class.
|
fillFromXml, get, getInstanceloadpublic void load()
Configurableload in class Configurablepublic void add(Action a)
ActionRepositoryAction.getNameSpace() and Action.getName().add in class ActionRepositorypublic Map<String,Action> get(String nameSpace)
ActionRepositoryget in class ActionRepositorypublic Collection<Action> getActions()
ActionRepositorygetActions in class ActionRepositoryMMBase 1.9-SNAPSHOT - ${javadoctimestamp}