Interface ApplicationConfig
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface ApplicationConfig extends org.jvnet.hk2.config.ConfigBeanProxyRepresents the <application-config> child element of <application-ref>.The
typeattribute 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