Class CreatePageLink
java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.links.CreatePageLink
- All Implemented Interfaces:
- Link
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanLinkBody<?> getBody()Returns the target attribute for the link.inthashCode()toString()updateDestination(ResourceIdentifier destination) Returns a new instance of this link with an updated destination.
- 
Constructor Details- 
CreatePageLink- Parameters:
- delegate-
- Throws:
- IllegalArgumentException- if the supplied delegate does not specify a destination resource identifier
 
 
- 
- 
Method Details- 
getDelegate
- 
getBody
- 
getTooltip- Specified by:
- getTooltipin interface- Link
- Returns:
- tooltip
 
- 
getDestinationResourceIdentifier- Specified by:
- getDestinationResourceIdentifierin interface- Link
- Returns:
- a resource identifier to the destination. If null then the link is a self reference.
- See Also:
 
- 
updateDestinationDescription copied from interface:LinkReturns a new instance of this link with an updated destination.- Specified by:
- updateDestinationin interface- Link
- Parameters:
- destination- the updated destination
- Returns:
- a new instance with the updated destination.
 
- 
getAnchor
- 
getTargetDescription copied from interface:LinkReturns the target attribute for the link. Only "_blank" is supported.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-