com.google.gwt.requestfactory.server
Class RequestFactoryServlet

java.lang.Object
  extended by HttpServlet
      extended by com.google.gwt.requestfactory.server.RequestFactoryServlet

public class RequestFactoryServlet
extends HttpServlet

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Handles GWT RequestFactory JSON requests. Configured via servlet context param servlet.serverOperation, which must be set to the name of a default instantiable class implementing com.google.gwt.requestfactory.shared.RequestFactory.Config.

e.g.

  <context-param>
    <param-name>servlet.serverOperation</param-name>
    <param-value>com.myco.myapp.MyAppServerSideOperations</param-value>
  </context-param>

 


Constructor Summary
RequestFactoryServlet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFactoryServlet

public RequestFactoryServlet()