Uses of Interface
com.aoapps.servlet.subrequest.IServletSubResponse
-
Uses of IServletSubResponse in com.aoapps.servlet.subrequest
Subinterfaces of IServletSubResponse in com.aoapps.servlet.subrequestClasses in com.aoapps.servlet.subrequest that implement IServletSubResponseModifier and TypeClassDescriptionclass
class
class
This does not implementServletResponseWrapper
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 response due to its use of ThreadLocal to enforce the spec.class
Wraps a servlet response with the intent to operate as a concurrent sub response.