com.liferay.portal.kernel.mobile.device
Interface DeviceRecognitionProvider


@MessagingProxy(mode=SYNC)
public interface DeviceRecognitionProvider

Author:
Milen Dyankov, Michael C. Han

Method Summary
 Device detectDevice(javax.servlet.http.HttpServletRequest request)
           
 KnownDevices getKnownDevices()
           
 void reload()
           
 

Method Detail

detectDevice

Device detectDevice(javax.servlet.http.HttpServletRequest request)

getKnownDevices

KnownDevices getKnownDevices()

reload

void reload()
            throws java.lang.Exception
Throws:
java.lang.Exception