java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
org.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper
org.apache.sling.servlets.resolver.internal.bundle.RequestWrapper
Alle implementierten Schnittstellen:
jakarta.servlet.http.HttpServletRequest, jakarta.servlet.ServletRequest, org.apache.sling.api.adapter.Adaptable, org.apache.sling.api.SlingJakartaHttpServletRequest

public class RequestWrapper extends org.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper
  • Feldübersicht

    Von Schnittstelle geerbte Felder jakarta.servlet.http.HttpServletRequest

    BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    RequestWrapper(org.apache.sling.api.SlingJakartaHttpServletRequest wrappedRequest, Set<org.apache.sling.api.resource.type.ResourceType> wiredResourceTypes)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    jakarta.servlet.RequestDispatcher
    getRequestDispatcher(String path, org.apache.sling.api.request.RequestDispatcherOptions options)
     
    jakarta.servlet.RequestDispatcher
    getRequestDispatcher(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.request.RequestDispatcherOptions options)
     

    Von Klasse geerbte Methoden org.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper

    adaptTo, getCookie, getRequestDispatcher, getRequestParameter, getRequestParameterList, getRequestParameterMap, getRequestParameters, getRequestPathInfo, getRequestProgressTracker, getResource, getResourceBundle, getResourceBundle, getResourceResolver, getResponseContentType, getResponseContentTypes, getSlingRequest

    Von Klasse geerbte Methoden jakarta.servlet.http.HttpServletRequestWrapper

    authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgrade

    Von Klasse geerbte Methoden jakarta.servlet.ServletRequestWrapper

    getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setCharacterEncoding, setRequest, startAsync, startAsync

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden jakarta.servlet.http.HttpServletRequest

    authenticate, changeSessionId, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getTrailerFields, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgrade

    Von Schnittstelle geerbte Methoden jakarta.servlet.ServletRequest

    getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setCharacterEncoding, startAsync, startAsync

    Von Schnittstelle geerbte Methoden org.apache.sling.api.SlingJakartaHttpServletRequest

    getAuthType, getRemoteUser, getUserPrincipal
  • Konstruktordetails

    • RequestWrapper

      public RequestWrapper(org.apache.sling.api.SlingJakartaHttpServletRequest wrappedRequest, Set<org.apache.sling.api.resource.type.ResourceType> wiredResourceTypes)
  • Methodendetails

    • getRequestDispatcher

      public jakarta.servlet.RequestDispatcher getRequestDispatcher(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.request.RequestDispatcherOptions options)
      Angegeben von:
      getRequestDispatcher in Schnittstelle org.apache.sling.api.SlingJakartaHttpServletRequest
      Setzt außer Kraft:
      getRequestDispatcher in Klasse org.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper
    • getRequestDispatcher

      public jakarta.servlet.RequestDispatcher getRequestDispatcher(String path, org.apache.sling.api.request.RequestDispatcherOptions options)
      Angegeben von:
      getRequestDispatcher in Schnittstelle org.apache.sling.api.SlingJakartaHttpServletRequest
      Setzt außer Kraft:
      getRequestDispatcher in Klasse org.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper