Package org.apache.sling.api.wrappers
@Version("2.8.0")
package org.apache.sling.api.wrappers
-
ClassesClassDescriptionDeprecated.A value map wrapper which implements deep reading of properties based on the resource tree and also supports
ModifiableValueMap.A value map wrapper which implements deep reading of properties based on the resource tree.Wrapper class forIterators, that forwards all method calls to the wrappedIterator.ModifiableValueMapDecoratordecorates anotherMapto provide a basic implementation for the additional methods of aModifiableValueMap.TheRequestPathInfoWrapperclass is a default wrapper class around aRequestPathInfowhich may be extended to amend the functionality of the original request path info object.TheResourceResolverWrapperis a wrapper for anyResourceResolver, delegating all method calls to the wrapped resource resolver by default.TheSlingHttpServletRequestWrapperclass is a default wrapper class around aSlingHttpServletRequestwhich may be extended to amend the functionality of the original request object.TheSlingHttpServletResponseWrapperclass is a default wrapper class around aSlingHttpServletResponsewhich may be extended to amend the functionality of the original response object.This class is not a "wrapper" per se, but computes the correct path info, request URI, etc. for included requests.Factory methods to createValueMaps.
ValueMapUtil.merge(ValueMap...)instead.