Package org.javlo.data.rest
Class ContentRest
- java.lang.Object
-
- org.javlo.data.rest.ContentRest
-
- All Implemented Interfaces:
IRestFactory
public class ContentRest extends Object implements IRestFactory
-
-
Constructor Summary
Constructors Constructor Description ContentRest(boolean children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()IRestItemsearch(ContentContext ctx, String path, String query, int max)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceIRestFactory
-
search
public IRestItem search(ContentContext ctx, String path, String query, int max) throws Exception, ResponseErrorException
- Specified by:
searchin interfaceIRestFactory- Throws:
ExceptionResponseErrorException
-
-