Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
NoKnownDevices

public interface KnownDevices


Method Summary
 Set<VersionableName> getBrands()
           
 Set<VersionableName> getBrowsers()
           
 Map<Capability,Set<String>> getDeviceIds()
           
 Set<VersionableName> getOperatingSystems()
           
 Set<String> getPointingMethods()
           
 void reload()
           
 

Method Detail

getBrands

Set<VersionableName> getBrands()

getBrowsers

Set<VersionableName> getBrowsers()

getDeviceIds

Map<Capability,Set<String>> getDeviceIds()

getOperatingSystems

Set<VersionableName> getOperatingSystems()

getPointingMethods

Set<String> getPointingMethods()

reload

void reload()
            throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3