Package com.aoapps.servlet.subrequest
Interface IServletSubRequest
- All Superinterfaces:
ServletRequest
- All Known Subinterfaces:
IHttpServletSubRequest
- All Known Implementing Classes:
HttpServletSubRequest
,HttpServletSubRequestWrapper
,ServletSubRequest
,ServletSubRequestWrapper
Indicates that a request is protected for use as a sub-request.
TODO: Create a subrequest lifecycle much like a normal request? Initialize the subrequest in a standard way? Add ServletSubrequestListener?
-
Method Summary
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync