com.noelios.restlet.ext.servlet
Class ServletWarClientHelper
java.lang.Object
org.restlet.util.Helper
com.noelios.restlet.ConnectorHelper
com.noelios.restlet.ClientHelper
com.noelios.restlet.local.LocalClientHelper
com.noelios.restlet.local.FileClientHelper
com.noelios.restlet.local.WarClientHelper
com.noelios.restlet.ext.servlet.ServletWarClientHelper
public class ServletWarClientHelper
- extends WarClientHelper
Local client connector based on a Servlet context (JEE Web application
context).
- Author:
- Jerome Louvel (contact@noelios.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletWarClientHelper
public ServletWarClientHelper(Client client,
ServletContext servletContext)
- Constructor.
- Parameters:
client
- The client to help.servletContext
- The Servlet context
getServletContext
public ServletContext getServletContext()
- Returns the Servlet context.
- Returns:
- The Servlet context.
handleWar
protected void handleWar(Request request,
Response response)
- Overrides:
handleWar
in class WarClientHelper
Copyright © 2005-2007 Noelios Technologies.