| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.apache.myfaces.tobago.context.Capability | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Capability | CONTENT_TYPE_XHTML | Does the user agent support "application/xhtml+xml" as content type? | |||||||||
| Capability | IE_COMPATIBILITY_MODE | In IE 8 and later, a compatibility mode can be activated in the user agent. | |||||||||
| Capability | PLACEHOLDER | Support for the placeholder in HTML 5. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Does the user agent support "application/xhtml+xml" as content type?
In IE 8 and later, a compatibility mode can be activated in the user agent. For Tobago pages this should not be activated. So this property can be used to decide, if a warning should be rendered.