Liferay 7.0-ga1 portal-kernel

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

All Known Implementing Classes:
NoKnownDevices

@ProviderType
public interface KnownDevices


Method Summary
 Set<VersionableName> getBrands()
           
 Set<VersionableName> getBrowsers()
           
 Map<Capability,Set<String>> getDeviceIds()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<VersionableName> getOperatingSystems()
           
 Set<String> getPointingMethods()
           
 void reload()
           
 

Method Detail

getBrands

Set<VersionableName> getBrands()

getBrowsers

Set<VersionableName> getBrowsers()

getDeviceIds

@Deprecated
Map<Capability,Set<String>> getDeviceIds()
Deprecated. As of 7.0.0, with no direct replacement


getOperatingSystems

Set<VersionableName> getOperatingSystems()

getPointingMethods

Set<String> getPointingMethods()

reload

void reload()
            throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-kernel