Uses of Class
com.sun.enterprise.web.WebModuleConfig
-
Packages that use WebModuleConfig Package Description com.sun.enterprise.web -
-
Uses of WebModuleConfig in com.sun.enterprise.web
Fields in com.sun.enterprise.web declared as WebModuleConfig Modifier and Type Field Description protected WebModuleConfigSessionManagerConfigurationHelper. _wmInfoMethods in com.sun.enterprise.web that return WebModuleConfig Modifier and Type Method Description WebModuleConfigVirtualServer. createSystemDefaultWebModuleIfNecessary(WebArchivist webArchivist)If a default web module has not yet been configured and added to this virtual server's list of web modules then return the configuration information needed in order to create a default web module for this virtual server.protected WebModuleConfigVirtualServer. findWebModuleInJ2eeApp(Applications appsBean, String id, ApplicationRegistry appRegistry)Finds and returns information about a web module embedded within a J2EE application, which is identified by a string of the forma:bora#b, whereais the name of the J2EE application andbis the name of the embedded web module.protected WebModuleConfigVirtualServer. getDefaultWebModule(Domain domain, WebArchivist webArchivist, ApplicationRegistry appRegistry)WebModuleConfigWebModule. getWebModuleConfig()Methods in com.sun.enterprise.web with parameters of type WebModuleConfig Modifier and Type Method Description protected voidWebModule. configureSessionSettings(WebBundleDescriptor wbd, WebModuleConfig wmInfo)Create and configure the session manager for this web application according to the persistence type specified.ContextEmbeddedWebContainer. createContext(String id, String ctxPath, File location, String defaultContextXmlLocation, String defaultWebXmlLocation, boolean useDOLforDeployment, WebModuleConfig wmInfo)Create a web module/application.protected voidWebContainer. loadStandaloneWebModule(VirtualServer virtualServer, WebModuleConfig webModuleConfig)Load the specified web module as a standalone module on the specified virtual server.List<Result<WebModule>>WebContainer. loadWebModule(WebModuleConfig webModuleConfig, String j2eeApplication, Properties deploymentProperties)Creates and configures a web module for each virtual server that the web module is hosted under.voidWebModule. setWebModuleConfig(WebModuleConfig wmInfo)voidEmbeddedWebContainer. updateContext(WebModule context, String defaultContextXmlLocation, String defaultWebXmlLocation, boolean useDOLforDeployment, WebModuleConfig wmInfo)Update a web module/application.protected voidWebContainer. updateDefaultWebModule(VirtualServer virtualServer, String[] listenerNames, WebModuleConfig webModuleConfig)Updates the given virtual server with the given default path.Constructors in com.sun.enterprise.web with parameters of type WebModuleConfig Constructor Description SessionManagerConfigurationHelper(WebModule ctx, SessionManager smBean, WebBundleDescriptor wbd, WebModuleConfig wmInfo, ServerConfigLookup serverConfigLookup)Creates a new instance of SessionManagerConfigurationHelperWebApplication(WebContainer container, WebModuleConfig config, ApplicationConfigInfo appConfigInfo)
-