com.arsdigita.formbuilder.installer
Class Initializer

java.lang.Object
  extended bycom.arsdigita.kernel.BaseInitializer
      extended bycom.arsdigita.formbuilder.installer.Initializer
All Implemented Interfaces:
Initializer

public class Initializer
extends BaseInitializer

Initializer

Version:
$Revision: #9 $ $Date: 2004/04/07 $
Author:
Daniel Berrange

Field Summary
static String DATA_QUERIES
           
static String PROCESS_LISTENER_TYPES
           
static String WIDGET_TYPES
           
 
Fields inherited from interface com.arsdigita.initializer.Initializer
versionId
 
Constructor Summary
Initializer()
           
 
Method Summary
protected  void doShutdown()
          Called on shutdown.
protected  void doStartup()
          Called on startup.
 Configuration getConfiguration()
          Returns the configuration object used by this initializer.
 BebopObjectType getObjectType(String name, Class type)
           
protected  void loadDataQueries(List objects)
           
protected  void loadMetaObjects(List objects, Class type)
           
 
Methods inherited from class com.arsdigita.kernel.BaseInitializer
shutdown, startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDGET_TYPES

public static String WIDGET_TYPES

PROCESS_LISTENER_TYPES

public static String PROCESS_LISTENER_TYPES

DATA_QUERIES

public static String DATA_QUERIES
Constructor Detail

Initializer

public Initializer()
            throws InitializationException
Method Detail

getConfiguration

public Configuration getConfiguration()
Returns the configuration object used by this initializer.

Specified by:
getConfiguration in interface Initializer
Specified by:
getConfiguration in class BaseInitializer

doStartup

protected void doStartup()
Called on startup. Note. As you can not find a call to this method in enterprise.ini, this method may appear to execute mysteriously. However, the process that runs through enterprise.ini automitically calls the startup() method of any class that implements com.arsdigita.util.initializer.Initializer present in enterprise.ini

Specified by:
doStartup in class BaseInitializer

doShutdown

protected void doShutdown()
Called on shutdown. It's probably not a good idea to depend on this being called.

Specified by:
doShutdown in class BaseInitializer

getObjectType

public BebopObjectType getObjectType(String name,
                                     Class type)

loadMetaObjects

protected void loadMetaObjects(List objects,
                               Class type)
                        throws InitializationException
Throws:
InitializationException

loadDataQueries

protected void loadDataQueries(List objects)
                        throws InitializationException
Throws:
InitializationException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC