|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandManager
| Method Summary | |
|---|---|
void |
destroy(HashMap<String,Object> session)
|
String |
doCallBack(HashMap<String,Object> session,
String name,
String defaultValue)
|
Set<String> |
getExtensions()
Returns the set of extensions managed by this implementation. |
void |
init(HashMap<String,Object> session)
|
boolean |
isActive()
Return true if this command manager is active. |
CommandResolution |
resolveCommand(String name,
byte[] source)
Resolve a command for the specified command name. |
| Method Detail |
|---|
boolean isActive()
Set<String> getExtensions()
CommandResolution resolveCommand(String name,
byte[] source)
throws CommandCreationException,
NullPointerException
name - the command namesource - the command source @return the command or null if no command can be resolved
CommandCreationException - when the command exists but cannot be created
NullPointerException - if the command name is nullvoid init(HashMap<String,Object> session)
void destroy(HashMap<String,Object> session)
String doCallBack(HashMap<String,Object> session,
String name,
String defaultValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||