public class RequestProperties extends ResolvingObjectMap
These are properties specified for a single HTTP request that extends the properties defined on RestMethodProperties
and are accessible and modifiable through the following:
RestRequest.getProperties()
RestRequest.prop(String, Object)
RestResponse.getProperties()
RestResponse.prop(String, Object)
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RequestProperties(VarResolverSession varResolver,
RestMethodProperties inner)
Constructor
|
get
append, appendAll, cast, cast, containsKey, containsOuterKey, deleteAt, entrySet, exclude, find, find, findBoolean, findInt, findKeyIgnoreCase, findList, findLong, findMap, findObjectList, findObjectMap, findString, get, get, getAt, getAt, getBeanSession, getBoolean, getBoolean, getClassMeta, getFirstKey, getInt, getInt, getList, getList, getList, getLong, getLong, getMap, getMap, getMap, getObjectList, getObjectList, getObjectMap, getObjectMap, getString, getString, getStringArray, getStringArray, getSwapped, getWithDefault, getWithDefault, getWithDefault, include, keySet, postAt, putAt, putIfEmpty, putIfNull, putJson, removeAll, removeAll, removeWithDefault, serializeTo, setBeanSession, setInner, toString, toString
clear, containsValue, forEach, getOrDefault, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode
public RequestProperties(VarResolverSession varResolver, RestMethodProperties inner)
varResolver
- The request variable resolver session.inner
- The inner properties defined on the resource context.Copyright © 2018 Apache. All rights reserved.