Package com.atlassian.jira.user.a11y
Interface A11yPersonalSettingsManager
- All Known Implementing Classes:
A11yPersonalSettingsManagerImpl
@ExperimentalApi
public interface A11yPersonalSettingsManager
- Since:
- v8.8
-
Method Summary
Modifier and TypeMethodDescriptionUsed on the page load to append a11y CSS classes to the body tag.
-
Method Details
-
getA11yPersonalSettings
- Returns:
- a list of accessibility settings for the currently logged-in user
-
getA11yCssClasses
Used on the page load to append a11y CSS classes to the body tag.- Returns:
- list of CSS classes of enabled a11y personal settings for the currently logged-in user
-