public abstract class AbstractContainer extends Object implements Container
CONTEXT_PARAM_CONTAINER_CLASS
Constructor and Description |
---|
AbstractContainer() |
Modifier and Type | Method and Description |
---|---|
protected abstract 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, wait
initialize
protected abstract String classToCheck()
public boolean touch(ContainerContext context) throws Exception
Container
public void destroy(ContainerContext context)
Container
Copyright © 2016. All rights reserved.