public class JettyContainer extends AbstractJettyContainer
Modifier and Type | Field and Description |
---|---|
static Container |
INSTANCE |
INJECTOR_ATTRIBUTE_NAME
CONTEXT_PARAM_CONTAINER_CLASS
Constructor and Description |
---|
JettyContainer() |
Modifier and Type | Method and Description |
---|---|
protected String |
classToCheck()
Get class name to check is we can use this container.
|
void |
initialize(ContainerContext context)
Initialize web container.
|
boolean |
touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
ContainerContext context)
Touch if this container can be used.
|
destroy
public static Container INSTANCE
protected String classToCheck()
AbstractContainer
classToCheck
in class AbstractContainer
public boolean touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ContainerContext context) throws Exception
Container
touch
in interface Container
touch
in class AbstractContainer
resourceLoader
- the ResourceLoader to use for class-availability testingcontext
- the container contextException
- for any errorpublic void initialize(ContainerContext context)
Container
context
- the container contextCopyright © 2024. All rights reserved.