portal.dictionary
Class PortalDictionaryFactory

java.lang.Object
  extended byportal.dictionary.PortalDictionaryFactory
All Implemented Interfaces:
I_PortalBootClass

public class PortalDictionaryFactory
extends java.lang.Object
implements I_PortalBootClass

Delivers the completely initialized dictionary chain the OpenVend application during startup.

Version:
$Revision: 1.11 $
Author:
Thomas Weckert

Constructor Summary
PortalDictionaryFactory()
           
 
Method Summary
 void destroy()
           
 I_PortalDictionary getFirstDictionaryInChain()
           
static PortalDictionaryFactory getSharedInstance()
           
 void init(PortalApplication portalApplication, PortalConfiguration portalConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDictionaryFactory

public PortalDictionaryFactory()
Method Detail

getSharedInstance

public static PortalDictionaryFactory getSharedInstance()

init

public void init(PortalApplication portalApplication,
                 PortalConfiguration portalConfig)
          throws PortalException
Specified by:
init in interface I_PortalBootClass
Throws:
PortalException
See Also:
I_PortalBootClass.init(portal.main.PortalApplication, portal.main.PortalConfiguration)

destroy

public void destroy()
Specified by:
destroy in interface I_PortalBootClass
See Also:
I_PortalBootClass.destroy()

getFirstDictionaryInChain

public I_PortalDictionary getFirstDictionaryInChain()