public interface Container
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTEXT_PARAM_CONTAINER_CLASS |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(ContainerContext context)
Destroy setup.
|
void |
initialize(ContainerContext context)
Initialize web container.
|
boolean |
touch(ResourceLoader resourceLoader,
ContainerContext context)
Touch if this container can be used.
|
static final java.lang.String CONTEXT_PARAM_CONTAINER_CLASS
boolean touch(ResourceLoader resourceLoader, ContainerContext context) throws java.lang.Exception
resourceLoader - the ResourceLoader to use for class-availability testingcontext - the container contextjava.lang.Exception - for any errorvoid initialize(ContainerContext context)
context - the container contextvoid destroy(ContainerContext context)
context - the container contextCopyright © 2015. All Rights Reserved.