public interface ServletServiceBridger<S>
HttpServletRequest within
the Servlet container by an OfficeFloor.| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceIdentifier()
Obtains the instance identifier for this
ServletServiceBridger. |
Class<?>[] |
getObjectTypes()
Obtains the object types for the
Servlet. |
boolean |
isUseAsyncContext()
Indicates whether to use the
AsyncContext. |
void |
service(S servlet,
HttpServletRequest request,
HttpServletResponse response,
ServletContext context)
Services the
Servlet. |
String getInstanceIdentifier()
ServletServiceBridger.ServletServiceBridger.boolean isUseAsyncContext()
AsyncContext.true to use the AsyncContext.Class<?>[] getObjectTypes()
Servlet.Servlet.void service(S servlet, HttpServletRequest request, HttpServletResponse response, ServletContext context) throws IOException, ServletException
Servlet.servlet - Servlet.request - HttpServletRequest.response - HttpServletResponse.context - ServletContext.IOException - As per Servlet API.ServletException - As per Servlet API.Copyright © 2005–2015. All rights reserved.