public class

ShortcutResourceIdentifier

extends Object
implements ResourceIdentifier
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier

Summary

Public Constructors
ShortcutResourceIdentifier(String shortcutKey, String shortcutParameter)
Public Methods
boolean equals(Object o)
String getShortcutKey()
String getShortcutParameter()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ShortcutResourceIdentifier (String shortcutKey, String shortcutParameter)

Public Methods

public boolean equals (Object o)

public String getShortcutKey ()

public String getShortcutParameter ()

public int hashCode ()

public String toString ()