public static interface RepositoryWriter.ContentHandler
| Modifier and Type | Method and Description |
|---|---|
<T> T |
addContextItem(Class<T> type,
T obj) |
<T> T |
getContextItem(Class<T> type) |
Map<String,Object> |
process(org.jboss.gravia.resource.ContentCapability ccap) |
<T> T |
removeContextItem(Class<T> type) |
Map<String,Object> process(org.jboss.gravia.resource.ContentCapability ccap) throws IOException
IOException<T> T addContextItem(Class<T> type, T obj)
<T> T removeContextItem(Class<T> type)
<T> T getContextItem(Class<T> type)
Copyright © 2014 JBoss by Red Hat. All rights reserved.