public class WeldServletLifecycle extends Object
Listener
,
EnhancedListener
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_MANAGER_ATTRIBUTE_NAME |
Modifier and Type | Method and Description |
---|---|
protected Container |
checkContainers(ContainerContext cc,
StringBuilder dump,
Iterable<Container> containers) |
protected org.jboss.weld.bootstrap.spi.CDI11Deployment |
createDeployment(javax.servlet.ServletContext context,
org.jboss.weld.bootstrap.api.CDI11Bootstrap bootstrap)
Create servlet deployment.
|
protected Container |
findContainer(ContainerContext ctx,
StringBuilder dump)
Find container env.
|
public static final String BEAN_MANAGER_ATTRIBUTE_NAME
protected org.jboss.weld.bootstrap.spi.CDI11Deployment createDeployment(javax.servlet.ServletContext context, org.jboss.weld.bootstrap.api.CDI11Bootstrap bootstrap)
context
- the servlet contextbootstrap
- the bootstrapprotected Container findContainer(ContainerContext ctx, StringBuilder dump)
ctx
- the container contextdump
- the exception dumpprotected Container checkContainers(ContainerContext cc, StringBuilder dump, Iterable<Container> containers)
Copyright © 2016. All rights reserved.