org.jasig.portal.groups
Class GroupServiceConfiguration
java.lang.Object
org.jasig.portal.groups.GroupServiceConfiguration
public class GroupServiceConfiguration
- extends java.lang.Object
Parses service descriptions found in the file found at SERVICES_XML. The
elements of each service are stored in a ComponentGroupServiceDescriptor.
- Version:
- $Revision: 1.11 $
- Author:
- Dan Ellentuck
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.commons.logging.Log log
SERVICES_XML
private static java.lang.String SERVICES_XML
configuration
private static GroupServiceConfiguration configuration
serviceHandler
private GroupServiceConfiguration.GroupConfigurationHandler serviceHandler
serviceDescriptors
private java.util.List serviceDescriptors
attributes
private java.util.Map attributes
GroupServiceConfiguration
public GroupServiceConfiguration()
debugMessage
protected void debugMessage(java.lang.String msg)
- Deprecated. see comment inside method
- Record a message at "Debug" level.
getAttributes
public java.util.Map getAttributes()
getConfiguration
public static GroupServiceConfiguration getConfiguration()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDefaultService
public java.lang.String getDefaultService()
getNodeSeparator
public java.lang.String getNodeSeparator()
getServiceDescriptors
public java.util.List getServiceDescriptors()
infoMessage
protected void infoMessage(java.lang.String msg)
- Deprecated. see comment inside method
- Record a message at "info" level.
parseAttributes
protected void parseAttributes(org.xml.sax.Attributes atts)
parseXml
protected void parseXml()
throws java.lang.Exception
- Throws:
java.lang.Exception
reset
public static void reset()