com.mf.kennewick.system
Interface IApplicationConfigLoader


public interface IApplicationConfigLoader

Loads application specific configuration parameters at startup. The loader is instantiated and load is called on it with the element passed in being the <app-config> node.

Author:
Jeffrey Payne

Method Summary
 void load(org.w3c.dom.Element appConfigElement)
           
 

Method Detail

load

public void load(org.w3c.dom.Element appConfigElement)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Media Fortress, LLC, LLC. Licensed for commercial use under the Apache 2.0 License.