Uses of Class
org.glassfish.embeddable.web.ConfigException
-
Packages that use ConfigException Package Description com.sun.enterprise.web org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners.org.glassfish.web.embed.impl -
-
Uses of ConfigException in com.sun.enterprise.web
Methods in com.sun.enterprise.web that throw ConfigException Modifier and Type Method Description voidVirtualServer. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidVirtualServerFacade. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidVirtualServer. setConfig(VirtualServerConfig config)Reconfigures this VirtualServer with the given configuration.voidVirtualServerFacade. setConfig(VirtualServerConfig config)Reconfigures this VirtualServer with the given configuration. -
Uses of ConfigException in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that throw ConfigException Modifier and Type Method Description voidVirtualServer. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidWebContainer. addContext(Context context, String contextRoot)Registers the given Context with all VirtualServer at the given context root.voidWebContainer. addVirtualServer(VirtualServer virtualServer)Adds the given VirtualServer to this WebContainer.voidWebContainer. addWebListener(WebListener webListener)Adds the given WebListener to this WebContainer.voidWebContainer. removeContext(Context context)Stops the given Context and removes it from all VirtualServer.voidVirtualServer. setConfig(VirtualServerConfig config)Reconfigures this VirtualServer with the given configuration.voidWebListener. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration.voidWebListenerBase. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration. -
Uses of ConfigException in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl that throw ConfigException Modifier and Type Method Description voidWebContainerImpl. addContext(Context context, String contextRoot)Registers the given Context with all VirtualServer at the given context root.voidWebContainerImpl. addVirtualServer(VirtualServer virtualServer)Adds the given VirtualServer to this WebContainer.voidWebContainerImpl. addWebListener(WebListener webListener)Adds the given WebListener to this WebContainer.voidWebContainerImpl. removeContext(Context context)Stops the given Context and removes it from all VirtualServer.
-