Class AccessibilityModeSetting
java.lang.Object
oracle.webcenter.generalsettings.internal.model.GSPreferences
oracle.webcenter.generalsettings.model.AccessibilityModeSetting
public class AccessibilityModeSetting
extends oracle.webcenter.generalsettings.internal.model.GSPreferences
Provides an API for managing the preference value for accessibility mode. An
EL expression may be used in the accessibility-mode element of
trinidad-config.xml
to obtain this preference value and
thereby set the accessibility mode for the application.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Optimize the Faces rendering for the default accessibility level.static final String
Optimize the Faces rendering for contrast-friendly content.static final String
Optimize the Faces rendering for inaccessible applications.static final String
Optimize the Faces rendering for large fonts.static final String
Optimize the Faces rendering for screen reader applications.Fields inherited from class oracle.webcenter.generalsettings.internal.model.GSPreferences
NULL_VALUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the default accessibility mode preference for the application.static String
Returns the accessibility high contrast profile preference for the current user.static String
Returns the accessibility high contrast profile preference for the current user.static String
Returns the accessibility large font profile preference for the current user.static String
Returns the accessibility large font profile preference for the current user.static String
Returns the preferred accessibility mode for the current user.static String
getPreferredAccessibilityMode
(String username) Returns the preferred accessibility mode for the given user.static String
Returns the accessibility high contrast profile preference for the current user.static String
Returns the accessibility high contrast profile preference for the current user.static String
Returns the accessibility large font profile preference for the current user.static String
getUserAccessibilityLargeFontProfile
(String username) Returns the accessibility large font profile preference for the current user.static String
Returns the accessibility mode preference for the current user.static String
getUserAccessibilityModePref
(String username) Returns the accessibility mode preference for the given user.static void
setDefaultAccessibilityMode
(String defaultAccessibilityMode) Sets the default accessibility mode preference for the application.static void
setPreferredAccessibilityMode
(String preferredAccessibilityMode) Deprecated.replaced by setUserAccessibilityModePref()static void
setPreferredAccessibilityMode
(String username, String preferredAccessibilityMode) Deprecated.replaced by setUserAccessibilityModePref()static void
setUserAccessibilityHighContrastProfile
(String preference) Sets the accessibility high contrast profile preference for the current user.static void
setUserAccessibilityHighContrastProfile
(String username, String preference) Sets the accessibility high contrast profile preference for the current user.static void
setUserAccessibilityLargeFontProfile
(String preference) Sets the accessibility large font profile preference for the current user.static void
setUserAccessibilityLargeFontProfile
(String username, String preference) Sets the accessibility large font profile preference for the current user.static void
setUserAccessibilityModePref
(String preferredAccessibilityMode) Sets the accessibility mode preference for the current user.static void
setUserAccessibilityModePref
(String username, String preferredAccessibilityMode) Set the accessibility mode preference for the user.Methods inherited from class oracle.webcenter.generalsettings.internal.model.GSPreferences
getPreferred, getPreferred, getProvider, getSystemPref, getUserPref, getUserPref, log, setSystemPref, setUserPref
-
Field Details
-
VALUE_DEFAULT
Optimize the Faces rendering for the default accessibility level.- See Also:
-
VALUE_INACCESSIBLE
Optimize the Faces rendering for inaccessible applications.- See Also:
-
VALUE_SCREENREADER
Optimize the Faces rendering for screen reader applications.- See Also:
-
VALUE_HIGH_CONTRAST
Optimize the Faces rendering for contrast-friendly content.- See Also:
-
VALUE_LARGE_FONT
Optimize the Faces rendering for large fonts.- See Also:
-
-
Constructor Details
-
AccessibilityModeSetting
public AccessibilityModeSetting()
-
-
Method Details
-
getPreferredAccessibilityMode
Returns the preferred accessibility mode for the current user. If the preference is not set for the current user, returns the default preference value. If both the user and default preferences do not exist, returns null.- Returns:
- user's preferred accessibility mode
-
getPreferredAccessibilityMode
Returns the preferred accessibility mode for the given user. If the preference value is not set for the current user, it returns the default preference value. If both the user and default preferences do not exist, returns null.- Parameters:
username
- the username to obtain the preference for, or null to use the current authenticated user- Returns:
- user's preferred accessibility mode
-
getUserAccessibilityModePref
Returns the accessibility mode preference for the current user. If the user preference is not set, returns null.- Returns:
- user's accessibility mode preference. If the user preference is not set, returns null.
-
getUserAccessibilityModePref
Returns the accessibility mode preference for the given user. If the user preference is not set, returns null.- Parameters:
username
- the username to obtain the preference value for, or null to use the current authenticated user- Returns:
- user's accessibility mode preference. If the user preference is not set, returns null.
-
setPreferredAccessibilityMode
@Exported public static void setPreferredAccessibilityMode(String username, String preferredAccessibilityMode) Deprecated.replaced by setUserAccessibilityModePref() -
setPreferredAccessibilityMode
Deprecated.replaced by setUserAccessibilityModePref() -
setUserAccessibilityModePref
Sets the accessibility mode preference for the current user.- Parameters:
preferredAccessibilityMode
- user's accessibility mode preference value
-
setUserAccessibilityModePref
@Exported public static void setUserAccessibilityModePref(String username, String preferredAccessibilityMode) Set the accessibility mode preference for the user.- Parameters:
username
- the user to set the preference value for, or null to use the current authenticated userpreferredAccessibilityMode
- user's accessibility mode preference value
-
getDefaultAccessibilityMode
Returns the default accessibility mode preference for the application. If the default preference is not set, this method returns null.- Returns:
- the application's default accessibility mode preference setting. If the default preference is not set, returns null.
-
setDefaultAccessibilityMode
Sets the default accessibility mode preference for the application.- Parameters:
defaultAccessibilityMode
- the application's default accessibility mode preference value
-
getPreferredAccessibilityHighContrastProfile
Returns the accessibility high contrast profile preference for the current user. If the user preference is not set, return system default.- Returns:
- user's accessibility high contrast profile preference. If the user preference is not set, returns system default.
-
getPreferredAccessibilityHighContrastProfile
Returns the accessibility high contrast profile preference for the current user. If the user preference is not set, the system level default is returned.- Parameters:
username
- the username to obtain the preference value for, or null to use the current authenticated user- Returns:
- user's accessibility high contrast profile preference. If the user preference is not set, returns system level default.
-
getUserAccessibilityHighContrastProfile
Returns the accessibility high contrast profile preference for the current user. If the user preference is not set, returns null.- Returns:
- user's accessibility high contrast profile preference. If the user preference is not set, returns null.
-
getUserAccessibilityHighContrastProfile
Returns the accessibility high contrast profile preference for the current user. If the user preference is not set, returns null.- Parameters:
username
- the username to obtain the preference value for, or null to use the current authenticated user- Returns:
- user's accessibility high contrast profile preference. If the user preference is not set, returns null.
-
setUserAccessibilityHighContrastProfile
Sets the accessibility high contrast profile preference for the current user.- Parameters:
preference
- user's accessibility high contrast profile preference value
-
setUserAccessibilityHighContrastProfile
@Exported public static void setUserAccessibilityHighContrastProfile(String username, String preference) Sets the accessibility high contrast profile preference for the current user.- Parameters:
username
- the user to set the preference value for, or null to use the current authenticated userpreference
- user's accessibility high contrast profile preference value
-
getPreferredAccessibilityLargeFontProfile
Returns the accessibility large font profile preference for the current user. If the user preference is not set, returns system level default.- Returns:
- user's accessibility large font profile preference. If the user preference is not set, returns system level default.
-
getPreferredAccessibilityLargeFontProfile
Returns the accessibility large font profile preference for the current user. If the user preference is not set, returns system level default.- Parameters:
username
- the username to obtain the preference value for, or null to use the current authenticated user- Returns:
- user's accessibility large font profile preference. If the user preference is not set, returns system level default.
-
getUserAccessibilityLargeFontProfile
Returns the accessibility large font profile preference for the current user. If the user preference is not set, returns null.- Returns:
- user's accessibility large font profile preference. If the user preference is not set, returns null.
-
getUserAccessibilityLargeFontProfile
Returns the accessibility large font profile preference for the current user. If the user preference is not set, returns null.- Parameters:
username
- the username to obtain the preference value for, or null to use the current authenticated user- Returns:
- user's accessibility large font profile preference. If the user preference is not set, returns null.
-
setUserAccessibilityLargeFontProfile
Sets the accessibility large font profile preference for the current user.- Parameters:
preference
- user's accessibility large font profile preference value
-
setUserAccessibilityLargeFontProfile
@Exported public static void setUserAccessibilityLargeFontProfile(String username, String preference) Sets the accessibility large font profile preference for the current user.- Parameters:
username
- the user to set the preference value for, or null to use the current authenticated userpreference
- user's accessibility large font profile preference value
-