info.magnolia.module.devicedetection
Interface DeviceCapability

All Known Implementing Classes:
MobileDetectDeviceCapability

public interface DeviceCapability

Provides information about the capabilities of the used device.


Field Summary
static String FALSE
           
static String TRUE
           
 
Method Summary
 DeviceInfo getDeviceInfo(javax.servlet.http.HttpServletRequest request)
           
 

Field Detail

TRUE

static final String TRUE
See Also:
Constant Field Values

FALSE

static final String FALSE
See Also:
Constant Field Values
Method Detail

getDeviceInfo

DeviceInfo getDeviceInfo(javax.servlet.http.HttpServletRequest request)
Parameters:
request - request send from the device to extract information from
Returns:
information about the used device


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.