![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.http.server22.HttpDispatcher:

Public Member Functions | |
| HttpDispatcher (WebApplication context, String contextRelativePath) | |
| HttpDispatcher (WebServlet servlet, String uri) | |
| void | forward (ServletRequest request, ServletResponse response) throws ServletException, IOException |
| void | include (ServletRequest request, ServletResponse response) throws ServletException, IOException |
| final void | service (ServletRequest request, ServletResponse response) throws ServletException, IOException |
| void | setServlet (WebServlet servlet, String servletPath) |
| void | setContextPath (String path) |
| String | getContextPath () |
| String | getServletPath () |
| String | getPathInfo () |
| void | setPathInfo (String pathInfo) |
| WebApplication | getContext () |
Package Functions | |
| void | setServletPath (String path) |
Package Attributes | |
| WebApplication | context |
| WebServlet | servlet |
| String | contextPath = "" |
| String | subPath = "" |
| String | servletPath = "" |
| String | pathInfo = null |
|
||||||||||||
|
Definition at line 60 of file HttpDispatcher.java. References com.quadcap.http.server22.WebApplication.contextPath, com.quadcap.http.server22.WebApplication.getContextPath(), and com.quadcap.http.server22.WebApplication.resolveDirectory(). |
|
||||||||||||
|
Definition at line 67 of file HttpDispatcher.java. References com.quadcap.http.server22.WebServlet.getWebApplication(), and com.quadcap.http.server22.HttpDispatcher.servletPath. |
|
||||||||||||
|
|
|
Definition at line 127 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.contextPath. Referenced by com.quadcap.http.server22.HttpRequest.getContextPath(). |
|
|
Definition at line 139 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.pathInfo. Referenced by com.quadcap.http.server22.HttpRequest.getPathInfo(). |
|
|
Definition at line 131 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.servletPath. Referenced by com.quadcap.http.server22.WebApplication.getServletForRequest(), and com.quadcap.http.server22.HttpRequest.getServletPath(). |
|
||||||||||||
|
||||||||||||
|
|
Definition at line 123 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.contextPath, and com.quadcap.http.server22.HttpDispatcher.setContextPath(). Referenced by com.quadcap.http.server22.HttpDispatcher.setContextPath(). |
|
|
Definition at line 143 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.setPathInfo(). Referenced by com.quadcap.http.server22.WebApplication.getServletForRequest(), and com.quadcap.http.server22.HttpDispatcher.setPathInfo(). |
|
||||||||||||
|
Definition at line 118 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.setServlet(). Referenced by com.quadcap.http.server22.WebApplication.getServletForRequest(), and com.quadcap.http.server22.HttpDispatcher.setServlet(). |
|
|
Definition at line 135 of file HttpDispatcher.java. References com.quadcap.http.server22.HttpDispatcher.servletPath, and com.quadcap.http.server22.HttpDispatcher.setServletPath(). Referenced by com.quadcap.http.server22.HttpDispatcher.setServletPath(). |
|
|
|
|
Definition at line 58 of file HttpDispatcher.java. Referenced by com.quadcap.http.server22.HttpDispatcher.forward(), com.quadcap.http.server22.HttpDispatcher.getPathInfo(), and com.quadcap.http.server22.HttpDispatcher.include(). |
|
|
Definition at line 54 of file HttpDispatcher.java. Referenced by com.quadcap.http.server22.HttpDispatcher.forward(), com.quadcap.http.server22.HttpDispatcher.include(), and com.quadcap.http.server22.HttpDispatcher.service(). |
|
|
|
Definition at line 56 of file HttpDispatcher.java. Referenced by com.quadcap.http.server22.HttpDispatcher.service(). |