Class Utils
java.lang.Object
com.yahoo.vespa.config.server.http.Utils
Utilities for handlers.
- Since:
- 5.1.14
- Author:
- hmusum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkThatTenantExists
(TenantRepository tenantRepository, com.yahoo.config.provision.TenantName tenantName) static com.yahoo.jdisc.application.BindingMatch<?>
getBindingMatch
(com.yahoo.container.jdisc.HttpRequest req, String uriPattern) If request is an HTTP request and a jdisc request, return theBindingMatch
of the request.static com.yahoo.config.provision.TenantName
getTenantNameFromApplicationsRequest
(com.yahoo.container.jdisc.HttpRequest request) static com.yahoo.config.provision.TenantName
getTenantNameFromSessionRequest
(com.yahoo.container.jdisc.HttpRequest request) static String
getUrlBase
(com.yahoo.container.jdisc.HttpRequest request, String pathPrefix)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
getBindingMatch
public static com.yahoo.jdisc.application.BindingMatch<?> getBindingMatch(com.yahoo.container.jdisc.HttpRequest req, String uriPattern) If request is an HTTP request and a jdisc request, return theBindingMatch
of the request. Otherwise return a dummy match useful only for testing based on theuriPattern
supplied.- Parameters:
req
- anHttpRequest
uriPattern
- a pattern to create a BindingMatch for in tests- Returns:
- match
-
getUrlBase
-
checkThatTenantExists
public static void checkThatTenantExists(TenantRepository tenantRepository, com.yahoo.config.provision.TenantName tenantName) -
getTenantNameFromSessionRequest
public static com.yahoo.config.provision.TenantName getTenantNameFromSessionRequest(com.yahoo.container.jdisc.HttpRequest request) -
getTenantNameFromApplicationsRequest
public static com.yahoo.config.provision.TenantName getTenantNameFromApplicationsRequest(com.yahoo.container.jdisc.HttpRequest request)
-