Package com.jalios.jcms.rest
Class JcmsRestletServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.noelios.restlet.ext.servlet.ServerServlet
-
- com.jalios.jcms.rest.JcmsRestletServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class JcmsRestletServlet extends com.noelios.restlet.ext.servlet.ServerServlet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcmsRestletServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Services a HTTP Servlet request as an uniform call.-
Methods inherited from class com.noelios.restlet.ext.servlet.ServerServlet
createApplication, createServer, destroy, getApplication, getComponent, getInitParameter, getServer
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException
- Overrides:
init
in classcom.noelios.restlet.ext.servlet.ServerServlet
- Throws:
javax.servlet.ServletException
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
Services a HTTP Servlet request as an uniform call.- Overrides:
service
in classcom.noelios.restlet.ext.servlet.ServerServlet
- Parameters:
request
- The HTTP Servlet request.response
- The HTTP Servlet response.- Throws:
javax.servlet.ServletException
java.io.IOException
-
-