|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
ch.elca.el4j.web.context.ModuleContextLoaderServlet
public class ModuleContextLoaderServlet
Bootstrap servlet to start up the WebApplicationContext. Simply delegates to ModuleContextLoader. Note that this class has been deprecated for containers implementing Servlet API 2.4 or higher in favour of ModuleContextLoaderListener.
Constructor Summary | |
---|---|
ModuleContextLoaderServlet()
|
Method Summary | |
---|---|
protected ContextLoader |
createContextLoader()
Create the ContextLoader to use. |
void |
destroy()
Close the root web application context. |
ContextLoader |
getContextLoader()
Return the ContextLoader used by this servlet. |
String |
getServletInfo()
|
void |
init()
Initialize the root web application context. |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This should never even be called since no mapping to this servlet should ever be created in web.xml. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleContextLoaderServlet()
Method Detail |
---|
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected ContextLoader createContextLoader()
public ContextLoader getContextLoader()
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
service
in class javax.servlet.http.HttpServlet
IOException
public String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class javax.servlet.GenericServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |