portal.dictionary
Class PortalDictionaryConfigurationHandler

java.lang.Object
  extended byportal.main.A_PortalConfigurationHandler
      extended byportal.dictionary.PortalDictionaryConfigurationHandler
All Implemented Interfaces:
I_PortalConfigurationHandler

public class PortalDictionaryConfigurationHandler
extends A_PortalConfigurationHandler

Creates an object graph from a dictionary XML configuration.

Version:
$Revision: 1.12 $
Author:
Thomas Weckert

Constructor Summary
PortalDictionaryConfigurationHandler()
           
 
Method Summary
 java.lang.Object createConfiguration(PortalDOMInstance configuration)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDictionaryConfigurationHandler

public PortalDictionaryConfigurationHandler()
Method Detail

createConfiguration

public java.lang.Object createConfiguration(PortalDOMInstance configuration)
                                     throws PortalException
Throws:
PortalException
See Also:
I_PortalConfigurationHandler.createConfiguration(portal.xml.dom.PortalDOMInstance)