org.datamixer.config
Class ApplicationConfig

java.lang.Object
  extended byorg.datamixer.config.ElementBase
      extended byorg.datamixer.config.PageConfig
          extended byorg.datamixer.config.ApplicationConfig
All Implemented Interfaces:
DatamixerConfig

public class ApplicationConfig
extends PageConfig


Constructor Summary
ApplicationConfig()
           
 
Method Summary
 boolean addElement(DatamixerConfig element)
          Add element to self as a nested element.
protected  void doInitialize()
           
 
Methods inherited from class org.datamixer.config.PageConfig
getContext
 
Methods inherited from class org.datamixer.config.ElementBase
addField, addListener, doGetSupportedAttrs, error, error, error, findContext, findInContext, findInContext, findNearestContext, getAttribute, getElement, getElements, getField, getFields, getId, getImpl, getLineNumber, getListeners, getNamespace, getParent, getParentByTag, getQName, getScope, getSupportedAttrs, getSystemId, getTag, getText, initialize, initializeElements, setAttribute, setId, setImpl, setInContext, setInContext, setLineNumber, setListenerImpls, setNamespace, setParent, setScope, setScope, setScope, setSystemId, setTag, setText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationConfig

public ApplicationConfig()
Method Detail

doInitialize

protected void doInitialize()
                     throws DatamixerException
Overrides:
doInitialize in class PageConfig
Throws:
DatamixerException

addElement

public boolean addElement(DatamixerConfig element)
Add element to self as a nested element.

Specified by:
addElement in interface DatamixerConfig
Overrides:
addElement in class PageConfig


Copyright © 2004-2006 datamixer.org. All Rights Reserved.