Package com.google.gerrit.server.config
Class DefaultUrlFormatter
java.lang.Object
com.google.gerrit.server.config.DefaultUrlFormatter
- All Implemented Interfaces:
UrlFormatter
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDefaultUrlFormatter
(com.google.inject.Provider<String> canonicalWebUrlProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.server.config.UrlFormatter
getChangeViewUrl, getCommentsTabView, getDocUrl, getFindingsTabView, getInlineCommentView, getPluginDocUrl, getRestUrl, getSettingsUrl, getSettingsUrl
-
Constructor Details
-
DefaultUrlFormatter
-
-
Method Details
-
getWebUrl
Description copied from interface:UrlFormatter
The canonical base URL where this Gerrit installation can be reached.For the default implementations below to work, it must end in "/".
- Specified by:
getWebUrl
in interfaceUrlFormatter
-