public abstract class RpcServletModule
extends com.google.inject.servlet.ServletModule
RemoteJsonService
implementations to a JSON servlet.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Modifier | Constructor and Description |
---|---|
protected |
RpcServletModule(java.lang.String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
protected void |
rpc(java.lang.Class<? extends com.google.gwtjsonrpc.common.RemoteJsonService> clazz) |
protected void |
rpc(java.lang.String name,
java.lang.Class<? extends com.google.gwtjsonrpc.common.RemoteJsonService> clazz) |
configure, configureServlets, filter, filter, filterRegex, filterRegex, getServletContext, serve, serve, serveRegex, serveRegex
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public static final java.lang.String PREFIX