Package org.eclipse.jetty.ee10.servlet
Class ServletApiRequest.CrossContextIncluded
java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletApiRequest
org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest
,jakarta.servlet.ServletRequest
- Enclosing class:
- ServletApiRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
ServletApiRequest.CrossContextForwarded, ServletApiRequest.CrossContextIncluded
-
Field Summary
Fields inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
_contentParameters, _queryParameters
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
Constructor Summary
ModifierConstructorDescriptionprotected
CrossContextIncluded
(ServletContextRequest servletContextRequest) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
jakarta.servlet.http.HttpServletMapping
Methods inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthentication, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getCookies, getDateHeader, getDispatcherType, getFields, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameters, getParameterValues, getPart, getParts, getPathTranslated, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestId, getRequestURL, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, getServletRequestInfo, getSession, getSession, getTrailerFields, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, newPushBuilder, removeAttribute, setAsyncSupported, setAttribute, setCharacterEncoding, startAsync, startAsync, toString, upgrade
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.servlet.http.HttpServletRequest
isTrailerFieldsReady
-
Constructor Details
-
CrossContextIncluded
-
-
Method Details
-
getPathInfo
- Specified by:
getPathInfo
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getPathInfo
in classServletApiRequest
-
getContextPath
- Specified by:
getContextPath
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getContextPath
in classServletApiRequest
-
getQueryString
- Specified by:
getQueryString
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getQueryString
in classServletApiRequest
-
getServletPath
- Specified by:
getServletPath
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getServletPath
in classServletApiRequest
-
getHttpServletMapping
public jakarta.servlet.http.HttpServletMapping getHttpServletMapping()- Specified by:
getHttpServletMapping
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getHttpServletMapping
in classServletApiRequest
-
getRequestURI
- Specified by:
getRequestURI
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getRequestURI
in classServletApiRequest
-
extractQueryParameters
- Overrides:
extractQueryParameters
in classServletApiRequest
- Throws:
BadMessageException
-