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 Detail

      • getDeviceSpecs

        java.util.Map<java.lang.String,​java.lang.String> getDeviceSpecs​(SlingHttpServletRequest request)
                                                                       throws java.lang.Exception
        Return specs for device identified in supplied request, null if not found.
        Throws:
        java.lang.Exception