|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRemoteServiceServlet | |
---|---|
com.google.gwt.logging.server | Server classes for java.util.logging support in GWT. |
com.google.gwt.user.server.rpc | Classes used in server-side implementation of remote procedure calls. |
Uses of AbstractRemoteServiceServlet in com.google.gwt.logging.server |
---|
Subclasses of AbstractRemoteServiceServlet in com.google.gwt.logging.server | |
---|---|
class |
RemoteLoggingServiceImpl
Server-side code for the remote log handler. |
Uses of AbstractRemoteServiceServlet in com.google.gwt.user.server.rpc |
---|
Subclasses of AbstractRemoteServiceServlet in com.google.gwt.user.server.rpc | |
---|---|
class |
AbstractXsrfProtectedServiceServlet
An abstract class for XSRF protected RPC service implementations, which decides if XSRF protection should be enforced on a method invocation based on the following logic: RPC interface or method can be annotated with either XsrfProtect
or NoXsrfProtect annotation to enable or disable XSRF protection
on all methods of an RPC interface or a single method correspondingly. |
class |
RemoteServiceServlet
The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs. |
class |
XsrfProtectedServiceServlet
EXPERIMENTAL and subject to change. |
class |
XsrfTokenServiceServlet
EXPERIMENTAL and subject to change. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |