C D G I L O S T

C

createApplication(Context) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Application used by this Servlet.
createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new Servlet call wrapping a Servlet request/response couple and a Server connector.
createComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Component used by this Servlet.
createServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the associated HTTP server handling calls.
createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new client for the WAR protocol.

D

destroy() - Method in class org.restlet.ext.servlet.ServerServlet
 

G

getApplication() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the application.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the base reference of new Restlet requests.
getComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the component.
getContextPath(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getInitParameter(String, String) - Method in class org.restlet.ext.servlet.ServerServlet
Returns the value of a given initialization parameter, first from the Servlet configuration, then from the Web Application context.
getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getNext() - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the next Restlet.
getRequest(Request) - Static method in class org.restlet.ext.servlet.ServletUtils
Returns the Servlet request that was used to generate the given Restlet request.
getResponse(Response) - Static method in class org.restlet.ext.servlet.ServletUtils
Returns the Servlet response that was used to generate the given Restlet response.
getRootRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the root reference of new Restlet requests.
getServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Returns the associated HTTP server handling calls.

I

init() - Method in class org.restlet.ext.servlet.ServerServlet
 
init(Application) - Method in class org.restlet.ext.servlet.ServerServlet
Initialize a application.
init(Component) - Method in class org.restlet.ext.servlet.ServerServlet
Initialize a component.

L

loadClass(String) - Method in class org.restlet.ext.servlet.ServerServlet
Returns a class for a given qualified class name.

O

org.restlet.ext.servlet - package org.restlet.ext.servlet
Integration with Servlet API 2.5.

S

ServerServlet - Class in org.restlet.ext.servlet
Servlet acting like an HTTP server connector.
ServerServlet() - Constructor for class org.restlet.ext.servlet.ServerServlet
Constructor.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
Services a HTTP Servlet request as an uniform call.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServletAdapter
Services a HTTP Servlet request as a Restlet request handled by the "target" Restlet.
ServletAdapter - Class in org.restlet.ext.servlet
HTTP adapter from Servlet calls to Restlet calls.
ServletAdapter(ServletContext) - Constructor for class org.restlet.ext.servlet.ServletAdapter
Constructor.
ServletAdapter(ServletContext, Restlet) - Constructor for class org.restlet.ext.servlet.ServletAdapter
Constructor.
ServletUtils - Class in org.restlet.ext.servlet
Servlet related utilities.
ServletUtils() - Constructor for class org.restlet.ext.servlet.ServletUtils
 
setNext(Restlet) - Method in class org.restlet.ext.servlet.ServletAdapter
Sets the next Restlet.

T

toRequest(ServletCall) - Method in class org.restlet.ext.servlet.ServletAdapter
Converts a low-level Servlet call into a high-level Restlet request.

C D G I L O S T

Copyright © 2005-2014 Restlet.