Class ShortcutResourceIdentifier
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
-
- All Implemented Interfaces:
ResourceIdentifier
public class ShortcutResourceIdentifier extends Object implements ResourceIdentifier
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE
-
Constructor Summary
Constructors Constructor Description ShortcutResourceIdentifier(String shortcutKey, String shortcutParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getShortcutKey()
String
getShortcutParameter()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
-