uPortal 2.4.1
API Documentation

org.jasig.portal.services.dom
Class DOMInitServiceFactory

java.lang.Object
  extended byorg.jasig.portal.services.dom.DOMInitServiceFactory

public class DOMInitServiceFactory
extends java.lang.Object

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

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

uPortal 2.4.1
API Documentation