- 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.