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
IOException
public List<String> getTypes(ContentContext ctx) throws IOException
IOException
public List<String> getCategories(ContentContext ctx, String type) throws IOException
IOException
Copyright © 2012-2018. All Rights Reserved.