com.bemoko.live.platform.context
Class LiveContextEngine

java.lang.Object
  extended by com.bemoko.live.platform.context.LiveContextEngine

public class LiveContextEngine
extends Object


Constructor Summary
LiveContextEngine()
           
 
Method Summary
 ChannelResolver getChannelResolver()
           
 DeviceResolver getDeviceResolver()
           
 LiveContextResolver getIdentityResolver()
           
 com.bemoko.live.platform.context.locale.LocaleResolver getLocaleResolver()
           
 LocationResolver getLocationResolver()
           
 void populateContext(InteractionContext interaction)
           
 void setChannelResolver(ChannelResolver channelResolver)
           
 void setDeviceResolver(DeviceResolver deviceResolver)
           
 void setIdentityResolver(LiveContextResolver identityResolver)
           
 void setLocaleResolver(com.bemoko.live.platform.context.locale.LocaleResolver localeResolver)
           
 void setLocationResolver(LocationResolver locationResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveContextEngine

public LiveContextEngine()
Method Detail

populateContext

public void populateContext(InteractionContext interaction)
                     throws LiveException
Throws:
LiveException

setDeviceResolver

public void setDeviceResolver(DeviceResolver deviceResolver)

getDeviceResolver

public DeviceResolver getDeviceResolver()

getLocaleResolver

public com.bemoko.live.platform.context.locale.LocaleResolver getLocaleResolver()

setIdentityResolver

public void setIdentityResolver(LiveContextResolver identityResolver)

getIdentityResolver

public LiveContextResolver getIdentityResolver()

setLocationResolver

public void setLocationResolver(LocationResolver locationResolver)

setLocaleResolver

public void setLocaleResolver(com.bemoko.live.platform.context.locale.LocaleResolver localeResolver)

getLocationResolver

public LocationResolver getLocationResolver()

setChannelResolver

public void setChannelResolver(ChannelResolver channelResolver)

getChannelResolver

public ChannelResolver getChannelResolver()