public abstract class AbstractResourceFactory extends Object
| Constructor and Description |
|---|
AbstractResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategories(ContentContext ctx,
String type) |
abstract RemoteResourceList |
getResources(ContentContext ctx) |
List<String> |
getTypes(ContentContext ctx) |
public abstract RemoteResourceList getResources(ContentContext ctx) throws IOException
IOExceptionpublic List<String> getTypes(ContentContext ctx) throws IOException
IOExceptionpublic List<String> getCategories(ContentContext ctx, String type) throws IOException
IOExceptionCopyright © 2012-2018. All Rights Reserved.