org.jasig.portal.services.dom
Class DOMInitServiceFactory

java.lang.Object
  extended by org.jasig.portal.services.dom.DOMInitServiceFactory

public class DOMInitServiceFactory
extends java.lang.Object

Version:
$Revision: 1.5 $
Author:
Nick Bolton, nbolton@unicon.net

Field Summary
private static java.lang.String className
           
private static org.apache.commons.logging.Log log
           
private static IDOMInitService service
           
 
Constructor Summary
DOMInitServiceFactory()
           
 
Method Summary
static IDOMInitService getService()
          Returns an instance of the IDOMInitService specified in portal.properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

service

private static IDOMInitService service

className

private static java.lang.String className
Constructor Detail

DOMInitServiceFactory

public DOMInitServiceFactory()
Method Detail

getService

public static IDOMInitService getService()
Returns an instance of the IDOMInitService specified in portal.properties. If the property doesn't exist or is empty, null is returned.

Returns:
an IDOMInitService implementation