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()voidsetMap(Map<String,Object> map)voidsetQuery(String json)
-
-
-
Method Detail
-
getContentAsMap
public Map<String,Object> getContentAsMap(ContentContext ctx) throws Exception
- Specified by:
getContentAsMapin interfaceIRestItem- Throws:
Exception
-
setQuery
public void setQuery(String json)
-
-