org.jasig.portal.services.dom
Class DOMInitService

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

public final class DOMInitService
extends 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: 19776 $
Author:
Nick Bolton, nbolton@unicon.net

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

Constructor Detail

DOMInitService

protected DOMInitService()
Method Detail

instance

public static final DOMInitService instance()


Copyright © 2010 Jasig. All Rights Reserved.