com.atlassian.confluence.links.linktypes
Class IncludePageMacroLink

java.lang.Object
  extended bycom.atlassian.renderer.links.Link
      extended bycom.atlassian.confluence.links.linktypes.IncludePageMacroLink

public class IncludePageMacroLink
extends Link


Field Summary
static Pattern pattern
           
 
Fields inherited from class com.atlassian.renderer.links.Link
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url
 
Constructor Summary
IncludePageMacroLink(String linkText)
           
 
Method Summary
 boolean isValid()
           
 OutgoingLink toOutgoingLink(ContentEntityObject sourceContent)
           
 
Methods inherited from class com.atlassian.renderer.links.Link
equals, getIconName, getLinkAttributes, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, hashCode, isRelativeUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

public static final Pattern pattern
Constructor Detail

IncludePageMacroLink

public IncludePageMacroLink(String linkText)
Method Detail

isValid

public boolean isValid()

toOutgoingLink

public OutgoingLink toOutgoingLink(ContentEntityObject sourceContent)


Confluence is developed by Atlassian.