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, serviceprotected com.noelios.restlet.ext.servlet.ServletConverter converter
protected PluggableRestletService service
public RestletServlet()
public void init() throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 Nuxeo SA. All rights reserved.