com.atlassian.jira.web.util
Class AccessKeyHelperImpl

java.lang.Object
  extended by com.atlassian.jira.web.util.AccessKeyHelperImpl
All Implemented Interfaces:
AccessKeyHelper

public class AccessKeyHelperImpl
extends Object
implements AccessKeyHelper

Since:
v4.0

Constructor Summary
AccessKeyHelperImpl()
           
 
Method Summary
 boolean isAccessKeySafe(String accessKey)
          Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessKeyHelperImpl

public AccessKeyHelperImpl()
Method Detail

isAccessKeySafe

public boolean isAccessKeySafe(String accessKey)
Description copied from interface: AccessKeyHelper
Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.

Specified by:
isAccessKeySafe in interface AccessKeyHelper
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-2013 Atlassian. All Rights Reserved.