|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.permissionsmanager.CommandFactory
public class CommandFactory
CommadFactory provides IPermissionCommand objects to CPermissionsManager
Field Summary | |
---|---|
private static CommandFactory |
_instance
|
private static java.util.HashMap |
commands
|
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
protected |
CommandFactory()
Creates new CommandFactory |
Method Summary | |
---|---|
static IPermissionCommand |
get(java.lang.String key)
put your documentation comment here |
protected IPermissionCommand |
getCommand(java.lang.String key)
put your documentation comment here |
protected static CommandFactory |
instance()
put your documentation comment here |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.commons.logging.Log log
private static CommandFactory _instance
private static java.util.HashMap commands
Constructor Detail |
---|
protected CommandFactory()
Method Detail |
---|
protected static CommandFactory instance()
CommandFactory
singletonpublic static IPermissionCommand get(java.lang.String key)
key
-
IPermissionCommand
for the keyprotected IPermissionCommand getCommand(java.lang.String key)
key
-
IPermissionCommand
for the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |