org.jasig.portal.services.dom
Class ResinInitServiceImpl

java.lang.Object
  extended by org.jasig.portal.services.dom.ResinInitServiceImpl
All Implemented Interfaces:
IDOMInitService

public final class ResinInitServiceImpl
extends Object
implements IDOMInitService

This provides a DOM initialization service interface. It uses reflection so the resin library doesn't need to be available at compile time.

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

Method Summary
 void initialize()
          Executes an initialization procedure for a specific dom implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public void initialize()
                throws PortalException
Executes an initialization procedure for a specific dom implementation.

Specified by:
initialize in interface IDOMInitService
Throws:
PortalException


Copyright © 2010 Jasig. All Rights Reserved.