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 ServletDeployment |
createServletDeployment(ServletContext context,
Bootstrap bootstrap)
Create servlet deployment.
|
protected URLScanner |
createUrlScanner(ClassLoader classLoader,
ServletContext context)
Get appropriate scanner.
|
protected Container |
findContainer(ContainerContext cc,
StringBuilder dump)
Find container env.
|
public static final String BEAN_MANAGER_ATTRIBUTE_NAME
protected ServletDeployment createServletDeployment(ServletContext context, Bootstrap bootstrap)
context - the servlet contextbootstrap - the bootstrapprotected URLScanner createUrlScanner(ClassLoader classLoader, ServletContext context)
classLoader - the classloadercontext - the servlet contextprotected Container findContainer(ContainerContext cc, StringBuilder dump)
cc - the container contextdump - the exception dumpprotected Container checkContainers(ContainerContext cc, StringBuilder dump, Iterable<Container> containers)
Copyright © 2014 Seam Framework. All Rights Reserved.