Uses of Class
org.glassfish.embeddable.web.config.WebListenerConfig
-
Packages that use WebListenerConfig Package Description org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners. -
-
Uses of WebListenerConfig in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that return WebListenerConfig Modifier and Type Method Description WebListenerConfigWebListener. getConfig()Gets the current configuration of this WebListener.WebListenerConfigWebListenerBase. getConfig()Gets the current configuration of this WebListener.Methods in org.glassfish.embeddable.web with parameters of type WebListenerConfig Modifier and Type Method Description voidWebListener. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration.voidWebListenerBase. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration.
-