uPortal 2.4.1
API Documentation

org.jasig.portal.services.dom
Class ResinInitServiceImpl

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

public final class ResinInitServiceImpl
extends java.lang.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: 1.2 $
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
equals, 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

uPortal 2.4.1
API Documentation