public interface ServletBridge
HttpServletRequest and HttpServletResponse from
a Servlet container in servicing a request.| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
getAsyncContext()
Obtains the
AsyncContext. |
<O> O |
getObject(Class<? extends O> objectType)
|
HttpServletRequest |
getRequest()
Obtains the
HttpServletRequest. |
HttpServletResponse |
getResponse()
Obtains the
HttpServletResponse. |
ServletContext |
getServletContext()
Obtains the
ServletContext. |
HttpServletRequest getRequest()
HttpServletRequest.HttpServletRequest.HttpServletResponse getResponse()
HttpServletResponse.HttpServletResponse.ServletContext getServletContext()
ServletContext.ServletContext.AsyncContext getAsyncContext()
AsyncContext.AsyncContext. May be null if not being
executed asynchronously.Copyright © 2005–2015. All rights reserved.