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 StringCONTENT_TYPE
-
Constructor Summary
Constructors Constructor Description ShortcutResourceIdentifier(String shortcutKey, String shortcutParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetShortcutKey()StringgetShortcutParameter()inthashCode()StringtoString()
-
-
-
Field Detail
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
-