Liferay 6.1.2-ce-ga3

com.liferay.portal.mobile.device
Class DeviceRecognitionProviderProxyBean

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
      extended by com.liferay.portal.mobile.device.DeviceRecognitionProviderProxyBean
All Implemented Interfaces:
DeviceRecognitionProvider

public class DeviceRecognitionProviderProxyBean
extends BaseProxyBean
implements DeviceRecognitionProvider


Constructor Summary
DeviceRecognitionProviderProxyBean()
           
 
Method Summary
 Device detectDevice(javax.servlet.http.HttpServletRequest request)
           
 KnownDevices getKnownDevices()
           
 void reload()
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
getSingleDestinationMessageSender, getSingleDestinationSynchronousMessageSender, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceRecognitionProviderProxyBean

public DeviceRecognitionProviderProxyBean()
Method Detail

detectDevice

public Device detectDevice(javax.servlet.http.HttpServletRequest request)
Specified by:
detectDevice in interface DeviceRecognitionProvider

getKnownDevices

public KnownDevices getKnownDevices()
Specified by:
getKnownDevices in interface DeviceRecognitionProvider

reload

public void reload()
Specified by:
reload in interface DeviceRecognitionProvider

Liferay 6.1.2-ce-ga3