|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.delivery.ContentHandlerConfigMap<T>
public class ContentHandlerConfigMap<T extends ContentHandler>
Mapping between a resource configuration and its corresponding resource configuration.
Obviously this class is only relevant when the resource configuration refers to aContentHandler.
| Constructor Summary | |
|---|---|
ContentHandlerConfigMap(T contentHandler,
SmooksResourceConfiguration resourceConfig)
Public constructor. |
|
| Method Summary | |
|---|---|
T |
getContentHandler()
Get the content handler. |
SmooksResourceConfiguration |
getResourceConfig()
Get the resource configuration. |
boolean |
isLifecycleCleanable()
Does the ContentHandler implement ExecutionLifecycleCleanable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentHandlerConfigMap(T contentHandler,
SmooksResourceConfiguration resourceConfig)
contentHandler - The content handler instance.resourceConfig - The defining resource configuration.| Method Detail |
|---|
public T getContentHandler()
ContentHandler.public SmooksResourceConfiguration getResourceConfig()
SmooksResourceConfiguration.public boolean isLifecycleCleanable()
ExecutionLifecycleCleanable.
ExecutionLifecycleCleanable, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||