| javax.servlet.http.HttpServlet de.jwic.web.DispatcherServlet
DispatcherServlet | public class DispatcherServlet extends HttpServlet implements IApplicationSetupProvider(Code) | | Dispatches incoming request to an existing or new JWic session.
The DispatcherServlet can initialize a log4j system if required. To do so,
place a log4j.properties file somewhere (WEB-INF is a good place) and point
to it using the init-param "log4j-init-file" in the servlet definition.
Sample:
log4j-init-file
WEB-INF/log4j.properties
author: Florian Lippisch version: $Revision: 1.6 $ |
INIT_AUTHENTICATOR | final public static String INIT_AUTHENTICATOR(Code) | | |
INIT_INTERCEPTORS | final public static String INIT_INTERCEPTORS(Code) | | |
INIT_LOG4JINIT | final public static String INIT_LOG4JINIT(Code) | | |
INIT_LOGIN_URL | final public static String INIT_LOGIN_URL(Code) | | |
INIT_SETROOTDIR | final public static String INIT_SETROOTDIR(Code) | | |
INIT_UPLOAD_LIMIT | final public static String INIT_UPLOAD_LIMIT(Code) | | |
log | final protected Log log(Code) | | |
destroy | public void destroy()(Code) | | Destroy the servlet and the JWicRuntime.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|