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 java.util.Map<java.lang.String,java.lang.String>getDeviceSpecs(SlingHttpServletRequest request)Return specs for device identified in supplied request, null if not found.
-
-
-
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
-
-