Package | Description |
---|---|
org.jboss.weld.environment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
org.jboss.weld.environment.jetty | |
org.jboss.weld.environment.servlet | |
org.jboss.weld.environment.tomcat | |
org.jboss.weld.environment.undertow |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContainer.destroy(ContainerContext context) |
void |
Container.destroy(ContainerContext context)
Destroy setup.
|
void |
Container.initialize(ContainerContext context)
Initialize web container.
|
boolean |
AbstractContainer.touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ContainerContext context) |
boolean |
Container.touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ContainerContext context)
Touch if this container can be used.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJettyContainer.destroy(ContainerContext context) |
void |
JettyContainer.initialize(ContainerContext context) |
boolean |
JettyContainer.touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ContainerContext context) |
Modifier and Type | Method and Description |
---|---|
protected Container |
WeldServletLifecycle.checkContainers(ContainerContext containerContext,
StringBuilder dump,
Iterable<Container> containers) |
protected Container |
WeldServletLifecycle.findContainer(ContainerContext ctx,
StringBuilder dump)
Find container env.
|
Modifier and Type | Method and Description |
---|---|
void |
TomcatContainer.initialize(ContainerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UndertowContainer.destroy(ContainerContext context) |
void |
UndertowContainer.initialize(ContainerContext context) |
boolean |
UndertowContainer.touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ContainerContext context) |
Copyright © 2019. All rights reserved.