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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcontainerService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidinit(javax.servlet.ServletConfig config) voidservice(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, setDescriptorMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods 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:
initin interfacejavax.servlet.Servlet- Overrides:
initin 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:
servicein classApplicationServlet- Throws:
javax.servlet.ServletExceptionIOException
-
containerService
protected void containerService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
containerServicein classApplicationServlet- Throws:
javax.servlet.ServletExceptionIOException
-