public abstract class SpringServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
m_appContext |
protected Server |
m_server |
protected ServerStatusFile |
m_status |
| Constructor and Description |
|---|
SpringServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
failStartup(String message,
Throwable th)
Prints a "FEDORA STARTUP ERROR" to STDERR along with the stacktrace of
the Throwable (if given) and finally, throws a ServletException.
|
void |
init(javax.servlet.ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected org.springframework.context.ApplicationContext m_appContext
protected Server m_server
protected ServerStatusFile m_status
protected void failStartup(String message, Throwable th) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2013 DuraSpace. All Rights Reserved.