public abstract class AbstractContentHandler extends Object implements RepositoryWriter.ContentHandler
| Constructor and Description |
|---|
AbstractContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
addContextItem(Class<T> type,
T obj) |
<T> T |
getContextItem(Class<T> type) |
<T> T |
removeContextItem(Class<T> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic <T> T addContextItem(Class<T> type, T obj)
addContextItem in interface RepositoryWriter.ContentHandlerpublic <T> T removeContextItem(Class<T> type)
removeContextItem in interface RepositoryWriter.ContentHandlerpublic <T> T getContextItem(Class<T> type)
getContextItem in interface RepositoryWriter.ContentHandlerCopyright © 2014 JBoss by Red Hat. All rights reserved.