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 String
getName()
IRestItem
search(ContentContext ctx, String path, String query, int max)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIRestFactory
-
search
public IRestItem search(ContentContext ctx, String path, String query, int max) throws Exception, ResponseErrorException
- Specified by:
search
in interfaceIRestFactory
- Throws:
Exception
ResponseErrorException
-
-