public class DocumentModeAsserter extends Object implements EntryPoint
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentModeAsserter.DocumentModeProperty
Interface to provide configuration
property value.
|
static class |
DocumentModeAsserter.Severity
Determine the severity of the runtime $doc.compatMode check:
|
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_DOCUMENT_COMPATMODE
GWT module configuration property, which enumerates one or more valid
browser rendering modes, to be compared with value of
$doc.compatMode at runtime.
|
static String |
PROPERTY_DOCUMENT_COMPATMODE_SEVERITY
GWT 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 String PROPERTY_DOCUMENT_COMPATMODE
public static final String PROPERTY_DOCUMENT_COMPATMODE_SEVERITY
DocumentModeAsserter.Severity
.public void onModuleLoad()
EntryPoint
onModuleLoad
in interface EntryPoint
Copyright © 2018. All rights reserved.