Package org.javlo.data.rest
Class RestContainer
- java.lang.Object
-
- org.javlo.data.rest.RestContainer
-
-
Constructor Summary
Constructors Constructor Description RestContainer(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addItem(ContentContext ctx, IRestItem item)
Map<String,Object>
getContentAsMap(ContentContext ctx)
-
-
-
Constructor Detail
-
RestContainer
public RestContainer(String name)
-
-
Method Detail
-
addItem
public void addItem(ContentContext ctx, IRestItem item) throws Exception
- Throws:
Exception
-
getContentAsMap
public Map<String,Object> getContentAsMap(ContentContext ctx) throws Exception
- Specified by:
getContentAsMap
in interfaceIRestItem
- Throws:
Exception
-
-