Package com.google.gerrit.server.config
Class TopMenuResource
- java.lang.Object
-
- com.google.gerrit.server.config.ConfigResource
-
- com.google.gerrit.server.config.TopMenuResource
-
- All Implemented Interfaces:
RestResource
public class TopMenuResource extends ConfigResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<TopMenuResource>>
TOP_MENU_KIND
-
Fields inherited from class com.google.gerrit.server.config.ConfigResource
CONFIG_KIND, DEFAULT_CACHE_CONTROL
-
-
Constructor Summary
Constructors Constructor Description TopMenuResource()
-
-
-
Field Detail
-
TOP_MENU_KIND
public static final com.google.inject.TypeLiteral<RestView<TopMenuResource>> TOP_MENU_KIND
-
-