Interface DeviceSpecsProvider
-
public interface DeviceSpecsProviderQuery component forDeviceSpecsQueryEngine. This is not meant to be used directly, it is used byDeviceSpecsQueryEngineto try different matching strategies (services that implement this interface) in the order of their descending service rankings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getDeviceSpecs(SlingHttpServletRequest request)Return specs for device identified in supplied request, null if not found.
-