org.jasig.portal.services.dom
Class DOMInitService

java.lang.Object
  extended by org.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.4 $
Author:
Nick Bolton, nbolton@unicon.net

Field Summary
private static boolean bInitialized
           
private static DOMInitService m_instance
           
 
Constructor Summary
protected DOMInitService()
           
 
Method Summary
private static void initialize()
          Executes the actual dom init service.
static DOMInitService instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_instance

private static final DOMInitService m_instance

bInitialized

private static boolean bInitialized
Constructor Detail

DOMInitService

protected DOMInitService()
Method Detail

instance

public static final DOMInitService instance()

initialize

private static final void initialize()
Executes the actual dom init service.