org.jasig.portal.layout.dlm
Class DecoratorLoader

java.lang.Object
  extended by org.jasig.portal.layout.dlm.DecoratorLoader

 class DecoratorLoader
extends java.lang.Object

Loads the class specified in className and verifies that it conforms to the LayoutDecorator interface. If a null class name is passed in this class returns null. If an error occurs an exception is thrown indicating the problems that occurred.

Since:
uPortal 2.5
Version:
$Revision: 1.4 $ $Date: 2005/05/03 05:55:35 $

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
DecoratorLoader()
           
 
Method Summary
(package private) static LayoutDecorator load(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

DecoratorLoader

DecoratorLoader()
Method Detail

load

static LayoutDecorator load(java.lang.String className)
                     throws java.lang.Exception
Throws:
java.lang.Exception