Package org.apache.sling.api.wrappers
@Version("2.9.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 forIterator
s, that forwards all method calls to the wrappedIterator
.This class wraps a filter based on the Jakarta Servlet API to implement Servlet API 3.Wrapper forSlingJakartaHttpServletRequest
to adapt it to the Javax Servlet API.Wrapper forSlingJakartaHttpServletResponse
to adapt it to the Jacax Servlet API.This class wraps a servlet based on the Jakarta Servlet API to implement Servlet API 3.This class wraps a filter based on the Servlet API 3 to implement Jakarta Servlet API.Wrapper forSlingHttpServletRequest
to adapt it to the Jakarta Servlet API.Wrapper forSlingHttpServletResponse
to adapt it to the Jacax Servlet API.This class wraps a servlet based on the Servlet API 3 to implement Jakarta Servlet API.ModifiableValueMapDecorator
decorates anotherMap
to provide a basic implementation for the additional methods of aModifiableValueMap
.TheRequestPathInfoWrapper
class is a default wrapper class around aRequestPathInfo
which may be extended to amend the functionality of the original request path info object.TheResourceResolverWrapper
is a wrapper for anyResourceResolver
, delegating all method calls to the wrapped resource resolver by default.Deprecated.Deprecated.TheSlingJakartaHttpServletRequestWrapper
class is a default wrapper class around aSlingJakartaHttpServletRequest
which may be extended to amend the functionality of the original request object.TheSlingJakartaHttpServletResponseWrapper
class is a default wrapper class around aSlingJakartaHttpServletResponse
which 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.Factory methods to createValueMap
s.
merge(ValueMap...)
instead.