public interface

AccessKeyHelper

com.atlassian.jira.web.util.AccessKeyHelper
Known Indirect Subclasses

Class Overview

Helper interface for access keys for web browsers.

Summary

Public Methods
boolean isAccessKeySafe(String accessKey)
Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.

Public Methods

public boolean isAccessKeySafe (String accessKey)

Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.

Parameters
accessKey the access key to screen
Returns
  • true if the access key does not clash with any browser shortcut we know about; false otherwise