org.jasig.portal.channels.permissionsmanager
Class CommandFactory

java.lang.Object
  extended by org.jasig.portal.channels.permissionsmanager.CommandFactory

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CommandFactory
extends Object

CommadFactory provides IPermissionCommand objects to CPermissionsManager

Version:
$Revision: 19776 $
Author:
Alex Vigdor

Constructor Summary
protected CommandFactory()
          Deprecated. Creates new CommandFactory
 
Method Summary
static IPermissionCommand get(String key)
          Deprecated. put your documentation comment here
protected  IPermissionCommand getCommand(String key)
          Deprecated. put your documentation comment here
protected static CommandFactory instance()
          Deprecated. put your documentation comment here
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandFactory

protected CommandFactory()
Deprecated. 
Creates new CommandFactory

Method Detail

instance

protected static CommandFactory instance()
Deprecated. 
put your documentation comment here

Returns:
a CommandFactory singleton

get

public static IPermissionCommand get(String key)
Deprecated. 
put your documentation comment here

Parameters:
key -
Returns:
the IPermissionCommand for the key

getCommand

protected IPermissionCommand getCommand(String key)
Deprecated. 
put your documentation comment here

Parameters:
key -
Returns:
the IPermissionCommand for the key


Copyright © 2010 Jasig. All Rights Reserved.