Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.context.RequestContext.Accessibility

Packages that use RequestContext.Accessibility
org.apache.myfaces.trinidad.context   

 

Uses of RequestContext.Accessibility in org.apache.myfaces.trinidad.context

 

Methods in org.apache.myfaces.trinidad.context that return RequestContext.Accessibility
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(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestContext.Accessibility[] RequestContext.Accessibility.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.