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(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(ContainerContext context) throws Exception
Container
touch
in interface Container
touch
in class AbstractContainer
context
- the container contextException
- for any errorpublic void initialize(ContainerContext context)
Container
context
- the container contextCopyright © 2016. All rights reserved.