public interface ContainerRequestResponseUnwrapper
Modifier and Type | Method and Description |
---|---|
javax.servlet.ServletRequest |
unwrapContainerRequest(javax.servlet.http.HttpServletRequest containerRequest)
Unwraps the container request to find the web container servlet request
suitable for cross-context request dispatching.
|
javax.servlet.ServletResponse |
unwrapContainerResponse(javax.servlet.http.HttpServletResponse containerResponse)
Unwraps the container response to find the web container servlet response
suitable for cross-context request dispatching.
|
javax.servlet.ServletRequest unwrapContainerRequest(javax.servlet.http.HttpServletRequest containerRequest)
containerRequest
- The container request to be unwrapped.javax.servlet.ServletResponse unwrapContainerResponse(javax.servlet.http.HttpServletResponse containerResponse)
containerResponse
- The container response to be unwrapped.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.