com.sun.enterprise.config.serverbeans
Interface ApplicationConfig

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface ApplicationConfig
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Represents the <application-config> child element of <application-ref>.

The type attribute identifies the container type for which the application configuration customizations apply.

Each different container type provides its own sub-interface of ApplicationConfig to reprsent the customizable parts of its application config information. See WebAppConfig in web/webgui-plugin-common for an example.

Author:
tjquinn

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 



Copyright © 2012 GlassFish Community. All Rights Reserved.