public class WebEngineServlet extends ApplicationServlet
Modifier and Type | Field and Description |
---|---|
protected String |
MIME_TYPE |
app, bundle, container, isDirty, resourcesPrefix
Constructor and Description |
---|
WebEngineServlet() |
Modifier and Type | Method and Description |
---|---|
protected 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) |
createServletContainer, destroy, destroyContainer, destroyRendering, doGet, getBundle, getContainer, getRenderingEngine, getResourceFile, getResourceURL, initContainer, initRendering, reload, reloadContainer, setDescriptor
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
protected final String MIME_TYPE
public WebEngineServlet()
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class ApplicationServlet
javax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class ApplicationServlet
javax.servlet.ServletException
IOException
protected void containerService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
containerService
in class ApplicationServlet
javax.servlet.ServletException
IOException
Copyright © 2016 Nuxeo SA. All rights reserved.