public abstract class ContainerContent extends AbstractContent
Proxied.Abstract| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_PARAM
Content param.
|
| Constructor and Description |
|---|
ContainerContent() |
| Modifier and Type | Method and Description |
|---|---|
Content |
getContent()
Gets the first level content.
|
boolean |
setUp(Metadata metadata,
ProxyEntity proxyEntity)
Sets up the instance for action.
|
void |
tearDown()
Tears down what has been set up.
|
decode, denormalize, encode, getInstance, normalize, warnBadValuegetMetadata, getName, getParams, getProxyEntity, getThisLoggerpublic static final String CONTENT_PARAM
public final Content getContent()
public final boolean setUp(Metadata metadata, ProxyEntity proxyEntity)
setUp in interface ProxiedsetUp in class Proxied.Abstractmetadata - The metadata available to the current process.proxyEntity - The proxy entity refering to the proxied.public final void tearDown()
tearDown in interface ProxiedtearDown in class Proxied.AbstractCopyright © 2003-2019 Serge Brisson. All Rights Reserved.