Class WebEngineServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.nuxeo.ecm.webengine.jaxrs.servlet.ApplicationServlet
org.nuxeo.ecm.webengine.app.jersey.WebEngineServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
,ResourceLocator
,Reloadable
,ManagedServlet
- Direct Known Subclasses:
ScimV2Servlet
WebEngine integration with OSGi JAX-RS model from ECR.
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.webengine.jaxrs.servlet.ApplicationServlet
app, bundle, container, isDirty, resourcesPrefix
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
containerService
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
init
(javax.servlet.ServletConfig config) void
service
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.nuxeo.ecm.webengine.jaxrs.servlet.ApplicationServlet
createServletContainer, destroy, destroyContainer, destroyRendering, doGet, getBundle, getContainer, getRenderingEngine, getResourceFile, getResourceURL, initContainer, initRendering, reload, reloadContainer, setDescriptor
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
WebEngineServlet
public WebEngineServlet()
-
-
Method Details
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException - Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classApplicationServlet
- Throws:
javax.servlet.ServletException
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
service
in classApplicationServlet
- Throws:
javax.servlet.ServletException
IOException
-
containerService
protected void containerService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
containerService
in classApplicationServlet
- Throws:
javax.servlet.ServletException
IOException
-