Uses of Interface
org.glassfish.web.config.serverbeans.WebModuleConfig
-
Packages that use WebModuleConfig Package Description org.glassfish.web.config.serverbeans -
-
Uses of WebModuleConfig in org.glassfish.web.config.serverbeans
Methods in org.glassfish.web.config.serverbeans that return WebModuleConfig Modifier and Type Method Description static WebModuleConfigWebModuleConfig.Duck. webModuleConfig(com.sun.enterprise.config.serverbeans.Engine engine)Methods in org.glassfish.web.config.serverbeans with parameters of type WebModuleConfig Modifier and Type Method Description static List<ContextParam>WebModuleConfig.Duck. contextParamsMatching(WebModuleConfig instance, String nameOrNull)static voidWebModuleConfig.Duck. deleteContextParam(WebModuleConfig instance, String name)static voidWebModuleConfig.Duck. deleteEnvEntry(WebModuleConfig instance, String name)static List<EnvEntry>WebModuleConfig.Duck. envEntriesMatching(WebModuleConfig instance, String nameOrNull)static ContextParamWebModuleConfig.Duck. getContextParam(WebModuleConfig instance, String name)static EnvEntryWebModuleConfig.Duck. getEnvEntry(WebModuleConfig instance, String name)
-