| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.context | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RequestContext.Accessibility | RenderingContext. getAccessibilityMode()Get the accessibility mode (e.g., DEFAULT, INACCESSIBLE, etc)
 that is attached to this RenderingContext | 
| abstract RequestContext.Accessibility | RequestContext. getAccessibilityMode()Returns the name of the current accessibility mode. | 
| static RequestContext.Accessibility | RequestContext.Accessibility. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RequestContext.Accessibility | RequestContext.Accessibility. valueOfDisplayName(String displayName)Performs a reverse lookup of an Accessibilty constant based on
 its display name. | 
| static RequestContext.Accessibility[] | RequestContext.Accessibility. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.