class WseeWebappModule
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
WseeWebappModule.VirtualWebApp |
Modifier and Type | Field and Description |
---|---|
private ApplicationContext |
appCtx |
private java.lang.String |
contextPath |
private EJBDeployInfo |
deployInfo |
private weblogic.ejb.spi.DeploymentInfo |
ejbDeploymentInfo |
private java.lang.String |
httpServerName |
private static java.util.logging.Logger |
LOGGER |
private ModuleContext |
mc |
private java.lang.String |
partitionName |
private java.lang.String |
partitionUriPrefix |
private java.lang.String |
serviceUrl |
private static java.lang.String |
SERVLET_NAME |
private java.lang.String |
version |
private WseeWebappModule.VirtualWebApp |
virtualWebApp |
Constructor and Description |
---|
WseeWebappModule(ApplicationContext appCtx,
java.lang.String moduleName,
java.lang.String contextPath,
java.lang.String serviceUrl,
EJBDeployInfo info,
PortComponentBean bean,
PortComponentBean wlbean,
weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo,
ModuleContext mc) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
activate() |
private void |
createVirtualWebApp(PortComponentBean bean,
PortComponentBean wlbean,
weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo) |
(package private) void |
deactivate() |
private weblogic.servlet.WebLogicServletContext |
getWeblogicServletContext() |
private static boolean |
hasSecurity(PortComponentBean bean) |
private void |
registerServlet() |
(package private) void |
removeWebApp() |
(package private) void |
start() |
private static final java.util.logging.Logger LOGGER
private static final java.lang.String SERVLET_NAME
private ApplicationContext appCtx
private WseeWebappModule.VirtualWebApp virtualWebApp
private java.lang.String contextPath
private java.lang.String serviceUrl
private EJBDeployInfo deployInfo
private ModuleContext mc
private weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo
private java.lang.String version
private java.lang.String partitionName
private java.lang.String httpServerName
private java.lang.String partitionUriPrefix
WseeWebappModule(ApplicationContext appCtx, java.lang.String moduleName, java.lang.String contextPath, java.lang.String serviceUrl, EJBDeployInfo info, PortComponentBean bean, PortComponentBean wlbean, weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo, ModuleContext mc) throws weblogic.ejb.spi.EJBDeploymentException
weblogic.ejb.spi.EJBDeploymentException
private static boolean hasSecurity(PortComponentBean bean)
void activate() throws ModuleException, DeploymentException
ModuleException
DeploymentException
void start() throws ModuleException, DeploymentException
ModuleException
DeploymentException
private void registerServlet() throws DeploymentException
DeploymentException
private weblogic.servlet.WebLogicServletContext getWeblogicServletContext()
void deactivate() throws ModuleException
ModuleException
void removeWebApp() throws ModuleException
ModuleException
private void createVirtualWebApp(PortComponentBean bean, PortComponentBean wlbean, weblogic.ejb.spi.DeploymentInfo ejbDeploymentInfo) throws weblogic.ejb.spi.EJBDeploymentException
weblogic.ejb.spi.EJBDeploymentException