static ObjectValue |
Common.anyFailureMessage() |
static ObjectValue |
Common.anyFailureMessage(String field) |
static ObjectValue |
Common.anySuccessMessage() |
static ObjectValue |
Common.anySuccessMessage(String field) |
static ObjectValue |
Common.anyWarningMessage() |
static ObjectValue |
Common.anyWarningMessage(String field) |
static ObjectValue |
Common.cloneObjectVal(ObjectValue v) |
static ObjectValue |
Common.failureMessage(String message) |
static ObjectValue |
Common.failureMessage(String field,
String message) |
ObjectValue |
ArrayValue.getObjectVal(int index) |
ObjectValue |
ObjectValue.getObjectVal(String propertyName) |
ObjectValue |
ObjectValue.ignoreExtra() |
ObjectValue |
ObjectValue.ignoreExtra(boolean val) |
static ObjectValue |
Common.message(String severity,
String message) |
static ObjectValue |
Common.message(String severity,
String field,
String message) |
static ObjectValue |
Common.objectVal() |
ObjectValue |
ObjectValue.put(String propertyName) |
ObjectValue |
ObjectValue.put(String propertyName,
boolean propertyValue) |
ObjectValue |
ObjectValue.put(String propertyName,
double propertyValue) |
ObjectValue |
ObjectValue.put(String propertyName,
int propertyValue) |
ObjectValue |
ObjectValue.put(String propertyName,
long propertyValue) |
ObjectValue |
ObjectValue.put(String propertyName,
String propertyValue) |
ObjectValue |
ObjectValue.put(String propertyName,
Value propertyValue) |
ObjectValue |
ObjectValue.remove(String propertyName) |
static ObjectValue |
Common.resource(String rel,
String uri) |
static ObjectValue |
Common.resource(String rel,
String title,
String uri) |
static ObjectValue |
Common.rootResource(String rel) |
static ObjectValue |
Common.successMessage(String message) |
static ObjectValue |
Common.successMessage(String field,
String message) |
ObjectValue |
ResponseBody.toObjectVal() |
static ObjectValue |
Common.toObjectVal(org.codehaus.jettison.json.JSONObject j) |
static ObjectValue |
Common.warningMessage(String message) |
static ObjectValue |
Common.warningMessage(String field,
String message) |