org.jaffa.presentation.portlet.component.componentdomain
Class Loader

java.lang.Object
  extended byorg.jaffa.presentation.portlet.component.componentdomain.Loader

public class Loader
extends Object

This class is used to load the domain information from the Domain Objects based on the XML data, into definiion objects that can be used by the rest of the architecture

Version:
1.0
Author:
paule

Constructor Summary
Loader()
           
 
Method Summary
static HashMap buildComponentPool()
          Read in the xml component definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader()
Method Detail

buildComponentPool

public static HashMap buildComponentPool()
Read in the xml component definitions. Used by the component manager to aquire all the component definitions. This abstracts the component manager from dealing with the specifics of where the definitions are held and in what format.

Returns:
Returns a HashMap where the key is the component name, and the value is a ComponentDefinition object


Copyright © 2002-2004 JAFFA Project.