|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.ServletManager
public class ServletManager
Manages the servlets.
| Constructor Summary | |
|---|---|
ServletManager()
|
|
| Method Summary | |
|---|---|
void |
addServlet(ServletConfigImpl config)
Adds a servlet to the servlet manager. |
Servlet |
createServlet(java.lang.String servletName)
Instantiates a servlet given its configuration. |
FilterChain |
createServletChain(java.lang.String servletName)
Creates the servlet chain for the servlet. |
void |
destroy()
|
ServletConfigImpl |
getServlet(java.lang.String servletName)
Adds a servlet to the servlet manager. |
void |
init()
Initialize servlets that need starting at server start. |
void |
setLazyValidate(boolean isLazy)
Sets true if validation is lazy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletManager()
| Method Detail |
|---|
public void setLazyValidate(boolean isLazy)
public void addServlet(ServletConfigImpl config)
throws ServletException
ServletExceptionpublic ServletConfigImpl getServlet(java.lang.String servletName)
public void init()
throws ServletException
ServletException
public FilterChain createServletChain(java.lang.String servletName)
throws ServletException
ServletException
public Servlet createServlet(java.lang.String servletName)
throws ServletException
servletName - the servlet
ServletExceptionpublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||