Interface ServletContextHandler.ServletRequestInfo
- All Known Implementing Classes:
 ServletContextRequest
- Enclosing class:
 ServletContextHandler
public static interface ServletContextHandler.ServletRequestInfo
The interface used by 
ServletApiRequest to access the ServletContextRequest without
access to the unwrapped Request methods.- 
Method Details
- 
getDecodedPathInContext
String getDecodedPathInContext() - 
getManagedSession
ManagedSession getManagedSession() - 
getQueryEncoding
Charset getQueryEncoding() - 
getRequest
 - 
getRequestAttributeListeners
List<jakarta.servlet.ServletRequestAttributeListener> getRequestAttributeListeners() - 
getServletContext
ServletContextHandler.ServletScopedContext getServletContext() - 
getHttpInput
HttpInput getHttpInput() - 
getMatchedResource
MatchedResource<ServletHandler.MappedServlet> getMatchedResource() - 
getRequestedSession
AbstractSessionManager.RequestedSession getRequestedSession() - 
getServletChannel
ServletChannel getServletChannel() - 
getServletContextHandler
ServletContextHandler getServletContextHandler() - 
getServletRequestState
ServletChannelState getServletRequestState() - 
getSessionManager
SessionManager getSessionManager() - 
getState
ServletChannelState getState() - 
setQueryEncoding
 
 -