@Version("2.8.0")
Package org.apache.sling.api.wrappers
-
Class Summary Class Description CompositeValueMap Deprecated. UseValueMapUtil.merge(ValueMap...)
instead.DeepReadModifiableValueMapDecorator A value map wrapper which implements deep reading of properties based on the resource tree and also supportsModifiableValueMap
.DeepReadValueMapDecorator A value map wrapper which implements deep reading of properties based on the resource tree.IteratorWrapper<T> Wrapper class forIterator
s, that forwards all method calls to the wrappedIterator
.ModifiableValueMapDecorator ModifiableValueMapDecorator
decorates anotherMap
to provide a basic implementation for the additional methods of aModifiableValueMap
.RequestPathInfoWrapper TheRequestPathInfoWrapper
class is a default wrapper class around aRequestPathInfo
which may be extended to amend the functionality of the original request path info object.ResourceResolverWrapper TheResourceResolverWrapper
is a wrapper for anyResourceResolver
, delegating all method calls to the wrapped resource resolver by default.SlingHttpServletRequestWrapper TheSlingHttpServletRequestWrapper
class is a default wrapper class around aSlingHttpServletRequest
which may be extended to amend the functionality of the original request object.SlingHttpServletResponseWrapper TheSlingHttpServletResponseWrapper
class is a default wrapper class around aSlingHttpServletResponse
which may be extended to amend the functionality of the original response object.SlingRequestPaths This class is not a "wrapper" per se, but computes the correct path info, request URI, etc.ValueMapDecorator ValueMapDecorator
decorates anotherMap
to provide a basic implementation for the additional methods of aValueMap
.ValueMapUtil Factory methods to createValueMap
s.