Interface DeviceSpecsProvider
public interface DeviceSpecsProvider
Query component for
DeviceSpecsQueryEngine. This is not
meant to be used directly, it is used by DeviceSpecsQueryEngine
to try different matching strategies (services that implement
this interface) in the order of their descending service rankings-
Method Summary
Modifier and TypeMethodDescriptiongetDeviceSpecs(SlingHttpServletRequest request) Return specs for device identified in supplied request, null if not found.
-
Method Details
-
getDeviceSpecs
Return specs for device identified in supplied request, null if not found.- Throws:
Exception
-