com.atlassian.confluence.renderer
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 a ShortcutLink
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortcutLinkConfig
public ShortcutLinkConfig()
ShortcutLinkConfig
public ShortcutLinkConfig(String expandedValue,
String defaultAlias)
getExpandedValue
public String getExpandedValue()
setExpandedValue
public void setExpandedValue(String expandedValue)
getDefaultAlias
public String getDefaultAlias()
setDefaultAlias
public void setDefaultAlias(String defaultAlias)