public class ApplicationServlet extends HttpServlet implements ManagedServlet, Reloadable, ResourceLocator
Use it as the webengine servlet in web.xml if you want hot reload, otherwise
directly use the Jersey servlet: ServletContainer.
| Constructor and Description |
|---|
ApplicationServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.osgi.framework.Bundle |
getBundle() |
com.sun.jersey.spi.container.servlet.ServletContainer |
getContainer() |
RenderingEngine |
getRenderingEngine() |
File |
getResourceFile(String key)
Get a file resource given a key
|
URL |
getResourceURL(String key)
Gets an URL resource given a key
|
void |
init(ServletConfig config) |
void |
reload() |
void |
service(HttpServletRequest request,
HttpServletResponse response) |
void |
setDescriptor(ServletDescriptor sd) |
servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void setDescriptor(ServletDescriptor sd)
setDescriptor in interface ManagedServletpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic void reload()
reload in interface Reloadablepublic RenderingEngine getRenderingEngine()
public org.osgi.framework.Bundle getBundle()
public com.sun.jersey.spi.container.servlet.ServletContainer getContainer()
public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service in class HttpServletServletExceptionIOExceptionpublic File getResourceFile(String key)
ResourceLocatorgetResourceFile in interface ResourceLocatorpublic URL getResourceURL(String key)
ResourceLocatorgetResourceURL in interface ResourceLocatorkey - the resource keyCopyright © 2013 Nuxeo SA. All Rights Reserved.