public class JAXRSPluginServlet
extends com.sun.jersey.spi.spring.container.servlet.SpringServlet
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
JAXRSPluginServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
destroy, doFilter, doFilter, getServletContext, getStaticContentPattern, init, init, load, reload, servicepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
service in class com.sun.jersey.spi.container.servlet.ServletContainerjavax.servlet.ServletExceptionIOExceptionpublic void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
service in interface javax.servlet.Servletservice in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOException