Uses of Interface
com.aoapps.servlet.subrequest.IServletSubRequest
-
Uses of IServletSubRequest in com.aoapps.servlet.subrequest
Subinterfaces of IServletSubRequest in com.aoapps.servlet.subrequestClasses in com.aoapps.servlet.subrequest that implement IServletSubRequestModifier and TypeClassDescriptionclass
class
class
This does not implementServletRequestWrapper
and use of it is in violation of the specification. When used in conjunction with new threads (or threads from your own pool), Tomcat 7.0 and 8.5 do not notice you switched the request due to its use of ThreadLocal to enforce the spec.class
Wraps a servlet request with the intent to operate as a concurrent sub request.