| java.lang.Object vqwiki.ActionManager
ActionManager | public class ActionManager (Code) | | Manager that maintains bindings between logical action names and classes that implement
WikiAction The action manager can delegate requests to appropriate actions.
|
Field Summary | |
final public static Logger | logger |
logger | final public static Logger logger(Code) | | Logger
|
actionExists | public boolean actionExists(String actionName)(Code) | | Return whether a mapping exists for the named action
Parameters: actionName - action name true if it exists |
addMapping | public void addMapping(String actionName, String className) throws IOException(Code) | | Add a mapping
Parameters: actionName - action name Parameters: className - class implementing WikiAction throws: IOException - on any error persisting the mapping |
getInstance | public static ActionManager getInstance()(Code) | | Get singleton instance
singleton instance |
|
|