public class DocumentModeAsserter extends java.lang.Object implements EntryPoint
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DocumentModeAsserter.DocumentModePropertyInterface to provide  configuration
 property value. | 
| static class  | DocumentModeAsserter.SeverityDetermine the severity of the runtime $doc.compatMode check: | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | PROPERTY_DOCUMENT_COMPATMODEGWT module configuration property, which enumerates one or more valid
 browser rendering modes, to be compared with value of
 $doc.compatMode at runtime. | 
| static java.lang.String | PROPERTY_DOCUMENT_COMPATMODE_SEVERITYGWT module configuration property, which determines the severity of the
 runtime $doc.compatMode check. | 
| Constructor and Description | 
|---|
| DocumentModeAsserter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onModuleLoad()The entry point method, called automatically by loading a module that
 declares an implementing class as an entry point. | 
public static final java.lang.String PROPERTY_DOCUMENT_COMPATMODE
public static final java.lang.String PROPERTY_DOCUMENT_COMPATMODE_SEVERITY
DocumentModeAsserter.Severity.public void onModuleLoad()
EntryPointonModuleLoad in interface EntryPoint