Class ShortcutLinkConfig
- java.lang.Object
-
- com.atlassian.confluence.renderer.ShortcutLinkConfig
-
- All Implemented Interfaces:
Serializable
public class ShortcutLinkConfig extends Object implements Serializable
Defines a shortcut link in a serializable way. It is serialized by Bandana, so don't put any complex objects in it. It contains the information required to create aShortcutLink.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortcutLinkConfig()ShortcutLinkConfig(String expandedValue, String defaultAlias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultAlias()StringgetExpandedValue()voidsetDefaultAlias(String defaultAlias)voidsetExpandedValue(String expandedValue)
-