Milyn-Tinak Version 0.6.1

org.milyn.device
Interface UAContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ServletUAContext

public interface UAContext
extends java.io.Serializable

Useragnet device context.

Provides access to information such as the useragent name and the useragent ProfileSet.

Author:
tfennelly

Method Summary
 java.lang.String getCommonName()
          Get the useragent common name.
 ProfileSet getProfileSet()
          Get the ProfileSet for the device.
 

Method Detail

getCommonName

public java.lang.String getCommonName()
Get the useragent common name.

Returns:
The useragent common name.

getProfileSet

public ProfileSet getProfileSet()
Get the ProfileSet for the device.

Returns:
The ProfileSet

Milyn-Tinak Version 0.6.1