public abstract class AbstractContainer extends java.lang.Object implements Container
CONTEXT_PARAM_CONTAINER_CLASS| Constructor and Description |
|---|
AbstractContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
classToCheck()
Get class name to check is we can use this container.
|
void |
destroy(ContainerContext context)
Destroy setup.
|
boolean |
touch(ContainerContext context)
Touch if this container can be used.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeprotected abstract java.lang.String classToCheck()
public boolean touch(ContainerContext context) throws java.lang.Exception
Containerpublic void destroy(ContainerContext context)
ContainerCopyright © 2014. All Rights Reserved.