|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpServlet
com.google.gwt.requestfactory.server.RequestFactoryServlet
public class RequestFactoryServlet
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 paramservlet.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 |
|---|
public RequestFactoryServlet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||