public interface HttpServletContainer
HttpServlet.| Modifier and Type | Method and Description |
|---|---|
void |
include(HttpServletRequest request,
HttpServletResponse response)
Includes the servicing of contained
HttpServlet on the inputs. |
void |
service(net.officefloor.plugin.socket.server.http.ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
net.officefloor.frame.api.execute.TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
Services the
HttpRequest of the ServerHttpConnection. |
void service(net.officefloor.plugin.socket.server.http.ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
net.officefloor.frame.api.execute.TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
throws ServletException,
IOException
HttpRequest of the ServerHttpConnection.connection - ServerHttpConnection containing the
HttpRequest to service.attributes - HttpRequestState.session - HttpSession for the HttpRequest.security - HttpServletSecurity. May be null if
anonymous HttpRequest.taskContext - TaskContext to allow access to OfficeFloor
capabilities.mapping - ServicerMapping that mapped the HttpRequest to
the HttpServlet. May be null if not
mapped.ServletException - As per HttpServlet API.IOException - As per HttpServlet API.void include(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
HttpServlet on the inputs.request - HttpServletRequest.response - HttpServletResponse.ServletException - As per HttpServlet API.IOException - As per HttpServlet API.Copyright © 2005–2015. All rights reserved.