Interface DeviceMapper


  • public interface DeviceMapper
    Maps HTTP requests to Device instances
    Since:
    CQ 5.4.0
    • Method Detail

      • getDeviceInstance

        Device getDeviceInstance​(SlingHttpServletRequest request)
        Creates a new Device instance for the supplied request.
        Parameters:
        request - The request to retrieve the device instance from.
        Returns:
        null if no mapping found.