Package com.google.gerrit.httpd.rpc
Class UiRpcModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.google.inject.servlet.ServletModule
-
- com.google.gerrit.httpd.rpc.RpcServletModule
-
- com.google.gerrit.httpd.rpc.UiRpcModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class UiRpcModule extends RpcServletModule
Registers servlets to answer RPCs from client UI.
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.httpd.rpc.RpcServletModule
PREFIX
-
-
Constructor Summary
Constructors Constructor Description UiRpcModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureServlets()
-
Methods inherited from class com.google.gerrit.httpd.rpc.RpcServletModule
rpc, rpc
-
Methods inherited from class com.google.inject.servlet.ServletModule
configure, filter, filter, filterRegex, filterRegex, getServletContext, serve, serve, serveRegex, serveRegex
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-