org.qi4j.library.rest
Class Qi4jServerServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.restlet.ext.servlet.ServerServlet
              extended by org.qi4j.library.rest.Qi4jServerServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Qi4jServerServlet
extends org.restlet.ext.servlet.ServerServlet

Integration with Qi4j. Register an object extending Application to use.

See Also:
Serialized Form

Constructor Summary
Qi4jServerServlet()
           
 
Method Summary
protected  org.restlet.Application createApplication(org.restlet.Context context)
           
 
Methods inherited from class org.restlet.ext.servlet.ServerServlet
createCall, createComponent, createServer, createWarClient, destroy, getApplication, getComponent, getContextPath, getInitParameter, getLocalAddr, getLocalPort, getServer, init, init, init, loadClass, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qi4jServerServlet

public Qi4jServerServlet()
Method Detail

createApplication

protected org.restlet.Application createApplication(org.restlet.Context context)
Overrides:
createApplication in class org.restlet.ext.servlet.ServerServlet