public class RestletServlet extends javax.servlet.http.HttpServlet
Setup Seam Restlet filter if needed.
Ensures a transaction is started/committed.
Modifier and Type | Field and Description |
---|---|
protected com.noelios.restlet.ext.servlet.ServletConverter |
converter |
protected PluggableRestletService |
service |
Constructor and Description |
---|
RestletServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
protected com.noelios.restlet.ext.servlet.ServletConverter converter
protected PluggableRestletService service
public RestletServlet()
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2018 Nuxeo. All rights reserved.