uPortal 2.4.1
API Documentation

org.jasig.portal.channels.permissionsmanager
Class CommandFactory

java.lang.Object
  extended byorg.jasig.portal.channels.permissionsmanager.CommandFactory

public class CommandFactory
extends java.lang.Object

CommadFactory provides IPermissionCommand objects to CPermissionsManager

Version:
$Revision: 1.6.2.1 $
Author:
Alex Vigdor

Method Summary
static IPermissionCommand get(java.lang.String key)
          put your documentation comment here
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

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

Parameters:
key -
Returns:
the IPermissionCommand for the key

uPortal 2.4.1
API Documentation