public interface RequestPairSource
RequestPairSource is a component that can supply a ServletRequest and
ServletResponse pair associated with a currently executing request. This is used for
framework development support and is rarely used by end-users.| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletRequest |
getServletRequest()
Returns the incoming
ServletRequest associated with the component. |
javax.servlet.ServletResponse |
getServletResponse()
Returns the outgoing
ServletResponse paired with the incoming
servletRequest. |
javax.servlet.ServletRequest getServletRequest()
ServletRequest associated with the component.ServletRequest associated with the component.javax.servlet.ServletResponse getServletResponse()
ServletResponse paired with the incoming
servletRequest.ServletResponse paired with the incoming
servletRequest.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.