Package | Description |
---|---|
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
abstract AccessibilityProfile |
RenderingContext.getAccessibilityProfile()
Get the AccessibilityProfile (a set of accessibility-related properties
that are applied to the current request, e.g., color contrast, font size, etc)
that is attached to this RenderingContext.
|
abstract AccessibilityProfile |
RequestContext.getAccessibilityProfile()
Returns the accessibility profile for the current request.
|
static AccessibilityProfile |
AccessibilityProfile.getDefaultInstance()
Returns an AccessiblityProfile instance with the default preferences.
|
static AccessibilityProfile |
AccessibilityProfile.getInstance(AccessibilityProfile.ColorContrast colorContrast,
AccessibilityProfile.FontSize fontSize)
Returns an AccessibilityProfile instance with the specified properties.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.