org.jasig.portal.services.entityproperties
Class ChannelRegistryPropertyFinder
java.lang.Object
org.jasig.portal.services.entityproperties.ChannelRegistryPropertyFinder
- All Implemented Interfaces:
- IEntityPropertyFinder
public class ChannelRegistryPropertyFinder
- extends Object
- implements IEntityPropertyFinder
A finder implementation to provide channel properties derived from the
ChannelRegistryManager
- Version:
- $Revision: 19776 $
- Author:
- Alex Vigdor av317@columbia.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
names
protected static String[] names
chan
protected static final Class chan
INITIALIZED
protected static boolean INITIALIZED
ChannelRegistryPropertyFinder
public ChannelRegistryPropertyFinder()
init
public static void init()
- Lazily initialize the static variables.
getPropertyNames
public String[] getPropertyNames(EntityIdentifier entityID)
- Specified by:
getPropertyNames in interface IEntityPropertyFinder
getProperty
public String getProperty(EntityIdentifier entityID,
String name)
- Specified by:
getProperty in interface IEntityPropertyFinder
Copyright © 2010 Jasig. All Rights Reserved.