Interface IServletSubRequest

All Superinterfaces:
ServletRequest
All Known Subinterfaces:
IHttpServletSubRequest
All Known Implementing Classes:
HttpServletSubRequest, HttpServletSubRequestWrapper, ServletSubRequest, ServletSubRequestWrapper

public interface IServletSubRequest extends ServletRequest
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?