Klasse RequestWrapper
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
KonstruktorenKonstruktorBeschreibungRequestWrapper(org.apache.sling.api.SlingJakartaHttpServletRequest wrappedRequest, Set<org.apache.sling.api.resource.type.ResourceType> wiredResourceTypes) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjakarta.servlet.RequestDispatchergetRequestDispatcher(String path, org.apache.sling.api.request.RequestDispatcherOptions options) jakarta.servlet.RequestDispatchergetRequestDispatcher(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, getSlingRequestVon 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, upgradeVon 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, startAsyncVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon 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, upgradeVon 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, startAsyncVon 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:
getRequestDispatcherin Schnittstelleorg.apache.sling.api.SlingJakartaHttpServletRequest- Setzt außer Kraft:
getRequestDispatcherin Klasseorg.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper
-
getRequestDispatcher
public jakarta.servlet.RequestDispatcher getRequestDispatcher(String path, org.apache.sling.api.request.RequestDispatcherOptions options) - Angegeben von:
getRequestDispatcherin Schnittstelleorg.apache.sling.api.SlingJakartaHttpServletRequest- Setzt außer Kraft:
getRequestDispatcherin Klasseorg.apache.sling.api.wrappers.SlingJakartaHttpServletRequestWrapper
-