private static class WseeWebappModule.VirtualWebApp
extends weblogic.servlet.internal.WebAppModule
UpdateListener.Registration
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
contextRoot |
(package private) static java.lang.String |
DISPATCH_POLICY |
private weblogic.ejb.spi.DeploymentInfo |
ejbDeploymentInfo |
private ModuleContext |
modContext |
Modifier | Constructor and Description |
---|---|
(package private) |
VirtualWebApp(java.lang.String uri,
java.lang.String contextRootFromAppDD) |
private |
VirtualWebApp(java.lang.String uri,
java.lang.String contextRootFromAppDD,
weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo,
ModuleContext mc) |
Modifier and Type | Method and Description |
---|---|
private void |
copyAuthConstraint(AuthConstraintBean from,
AuthConstraintBean to) |
private void |
copyLoginConfig(LoginConfigBean from,
LoginConfigBean to) |
void |
createWebDD(PortComponentBean wlbean,
java.lang.String serviceURL,
EJBDeployInfo info) |
java.lang.String |
getId()
Returns the Module's id.
|
protected java.lang.String |
getModuleName() |
java.lang.String |
getModuleURI()
Returns the Module's uri, relative to the EAR's root.
|
protected weblogic.servlet.internal.WebAppParser |
getWebAppParser(weblogic.utils.jars.VirtualJarFile war,
DeploymentPlanBean plan)
This method is overriden by subclasses who want to supply their
own descriptors rather than reparsing web.xml/weblogic.xml.
|
acceptModuleUri, acceptURI, activate, activateUpdate, adminToProduction, cleanEnvironmentEntries, clearTemporaryClassLoader, deactivate, destroy, forceContainerInitializersLookup, forceProductionToAdmin, getAllContexts, getAltDD, getAppDisplayName, getApplicationId, getApplicationName, getAppSpecificPermissionsBean, getCacheDir, getCdiDescriptorBean, getClassLoader, getClassLoading, getComponentRuntimeMBeans, getContextPath, getDescriptorMappings, getDescriptors, getExtensions, getModuleExtensionContext, getName, getPersistenceUnitRegistryProvider, getPreferApplicationPackages, getPreferApplicationResources, getStandardDescriptor, getTargets, getTemporaryClassLoader, getType, getWarInstance, getWarPath, getWebAppBean, getWLExtensionDirectory, getWlWebAppBean, gracefulProductionToAdmin, handleMergedFinder, hasEjbInWar, init, initUsingLoader, isArchived, isDeployedLocally, isMetadataComplete, isParallelEnabled, isSuspended, loadFastSwapClassloader, mergeLibraryDescriptors, populateViewFinders, prepare, prepareUpdate, remove, rollbackUpdate, setSuspended, start, toString, unprepare
private weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo
static final java.lang.String DISPATCH_POLICY
private ModuleContext modContext
private java.lang.String contextRoot
private VirtualWebApp(java.lang.String uri, java.lang.String contextRootFromAppDD, weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo, ModuleContext mc)
VirtualWebApp(java.lang.String uri, java.lang.String contextRootFromAppDD)
public void createWebDD(PortComponentBean wlbean, java.lang.String serviceURL, EJBDeployInfo info)
protected weblogic.servlet.internal.WebAppParser getWebAppParser(weblogic.utils.jars.VirtualJarFile war, DeploymentPlanBean plan) throws ModuleException
weblogic.servlet.internal.WebAppModule
getWebAppParser
in class weblogic.servlet.internal.WebAppModule
ModuleException
private void copyLoginConfig(LoginConfigBean from, LoginConfigBean to)
private void copyAuthConstraint(AuthConstraintBean from, AuthConstraintBean to)
public java.lang.String getId()
Module
The id returned by getId must be unique within the application. For WAR files, the file uri is not unique, so the context-root is returned instead.
public java.lang.String getModuleURI()
ModuleLocationInfo
getModuleURI
in interface ModuleLocationInfo
getModuleURI
in class weblogic.servlet.internal.WebAppModule
protected java.lang.String getModuleName()
getModuleName
in class weblogic.servlet.internal.WebAppModule