Package com.google.gerrit.httpd.raw
Class IndexPreloadingUtil
java.lang.Object
com.google.gerrit.httpd.raw.IndexPreloadingUtil
Helper for generating preloading parts of
index.html
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final com.google.common.collect.ImmutableSet<ListChangesOption>
static final Pattern
static final String
static final String
static final com.google.common.collect.ImmutableSet<ListChangesOption>
static final String
static final Pattern
static final String
static final String
static final Pattern
static final String
static final Pattern
static final String
static final String
static final com.google.common.collect.ImmutableList<String>
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptioncomputeChangeNum
(String requestedURL, com.google.gerrit.httpd.raw.IndexPreloadingUtil.RequestedPage page) computeChangeRequestsPath
(String requestedURL, com.google.gerrit.httpd.raw.IndexPreloadingUtil.RequestedPage page) static String
static com.google.gerrit.httpd.raw.IndexPreloadingUtil.RequestedPage
parseRequestedPage
(String requestedPath)
-
Field Details
-
CHANGE_CANONICAL_PATH
- See Also:
-
BASE_PATCH_NUM_PATH_PART
- See Also:
-
CHANGE_URL_PATTERN
-
DIFF_URL_PATTERN
-
DASHBOARD_PATTERN
-
PROFILE_PATTERN
-
ROOT_PATH
- See Also:
-
DASHBOARD_HAS_UNPUBLISHED_DRAFTS_QUERY
- See Also:
-
YOUR_TURN
- See Also:
-
DASHBOARD_WORK_IN_PROGRESS_QUERY
- See Also:
-
DASHBOARD_OUTGOING_QUERY
- See Also:
-
DASHBOARD_INCOMING_QUERY
- See Also:
-
CC_QUERY
- See Also:
-
DASHBOARD_RECENTLY_CLOSED_QUERY
- See Also:
-
NEW_USER
- See Also:
-
SELF_DASHBOARD_HAS_UNPUBLISHED_DRAFTS_QUERY
-
SELF_YOUR_TURN
-
SELF_DASHBOARD_QUERIES
-
DASHBOARD_OPTIONS
-
CHANGE_DETAIL_OPTIONS
-
-
Method Details
-
getPath
- Throws:
URISyntaxException
-
parseRequestedPage
public static com.google.gerrit.httpd.raw.IndexPreloadingUtil.RequestedPage parseRequestedPage(String requestedPath) -
computeChangeRequestsPath
-
computeChangeNum
-
computeDashboardQueryList
-