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