com.liferay.portal.kernel.mobile.device
Interface KnownDevices
- All Known Implementing Classes:
- NoKnownDevices
public interface KnownDevices
- Author:
- Milen Dyankov, Michael C. Han
getBrands
java.util.Set<VersionableName> getBrands()
getBrowsers
java.util.Set<VersionableName> getBrowsers()
getDeviceIds
java.util.Map<Capability,java.util.Set<java.lang.String>> getDeviceIds()
getOperatingSystems
java.util.Set<VersionableName> getOperatingSystems()
getPointingMethods
java.util.Set<java.lang.String> getPointingMethods()
reload
void reload()
throws java.lang.Exception
- Throws:
java.lang.Exception