com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class ShortcutResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
All Implemented Interfaces:
ResourceIdentifier

public class ShortcutResourceIdentifier
extends Object
implements ResourceIdentifier


Constructor Summary
ShortcutResourceIdentifier(String shortcutKey, String shortcutParameter)
           
 
Method Summary
 boolean equals(Object o)
           
 String getShortcutKey()
           
 String getShortcutParameter()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortcutResourceIdentifier

public ShortcutResourceIdentifier(String shortcutKey,
                                  String shortcutParameter)
Method Detail

getShortcutKey

public String getShortcutKey()

getShortcutParameter

public String getShortcutParameter()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.