org.jaffa.presentation.portlet.component.componentdomain
Class Loader
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loader
public Loader()
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.