com.atlassian.jira.web.util
Interface AccessKeyHelper

All Known Implementing Classes:
AccessKeyHelperImpl

public interface AccessKeyHelper

Helper interface for access keys for web browsers.

Since:
v4.0

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

Method Detail

isAccessKeySafe

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.