uPortal 2.4.1
API Documentation

org.jasig.portal.services.dom
Class DOMInitService

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

public final class DOMInitService
extends java.lang.Object

This service is meant to run at system initialization that will provide any DOM initialization. For example, with resin, you can configure which compiler to use. It will use the DOMInitServicaFactory to retrieve the actual implementation of the init service.

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

Method Summary
static DOMInitService instance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static final DOMInitService instance()

uPortal 2.4.1
API Documentation