GWT 2.5.0.rc2

com.google.gwt.useragent.client
Class UserAgentAsserter.UserAgentPropertyDisabled

java.lang.Object
  extended by com.google.gwt.useragent.client.UserAgentAsserter.UserAgentPropertyDisabled
All Implemented Interfaces:
UserAgentAsserter.UserAgentProperty
Enclosing class:
UserAgentAsserter

static class UserAgentAsserter.UserAgentPropertyDisabled
extends java.lang.Object
implements UserAgentAsserter.UserAgentProperty

Default UserAgentAsserter.UserAgentProperty implementation used when user.agent.runtimeWarning is false.


Constructor Summary
UserAgentAsserter.UserAgentPropertyDisabled()
           
 
Method Summary
 java.lang.String getCompileTimeValue()
           
 java.lang.String getRuntimeValue()
           
 boolean getUserAgentRuntimeWarning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAgentAsserter.UserAgentPropertyDisabled

UserAgentAsserter.UserAgentPropertyDisabled()
Method Detail

getCompileTimeValue

public java.lang.String getCompileTimeValue()
Specified by:
getCompileTimeValue in interface UserAgentAsserter.UserAgentProperty

getRuntimeValue

public java.lang.String getRuntimeValue()
Specified by:
getRuntimeValue in interface UserAgentAsserter.UserAgentProperty

getUserAgentRuntimeWarning

public boolean getUserAgentRuntimeWarning()
Specified by:
getUserAgentRuntimeWarning in interface UserAgentAsserter.UserAgentProperty

GWT 2.5.0.rc2