|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpServletContainer
Container for a HttpServlet.
| Method Summary | |
|---|---|
void |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Includes the servicing of contained HttpServlet on the inputs. |
void |
service(ServerHttpConnection connection,
Map<String,Object> attributes,
HttpSession session,
HttpSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
Services the HttpRequest of the ServerHttpConnection. |
| Method Detail |
|---|
void service(ServerHttpConnection connection,
Map<String,Object> attributes,
HttpSession session,
HttpSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
throws javax.servlet.ServletException,
IOException
HttpRequest of the ServerHttpConnection.
connection - ServerHttpConnection containing the
HttpRequest to service.attributes - Attributes in HttpRequest context.session - HttpSession for the HttpRequest.security - HttpSecurity. 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.
javax.servlet.ServletException - As per HttpServlet API.
IOException - As per HttpServlet API.
void include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
HttpServlet on the inputs.
request - HttpServletRequest.response - HttpServletResponse.
javax.servlet.ServletException - As per HttpServlet API.
IOException - As per HttpServlet API.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||