|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.renderer.links.Link com.atlassian.confluence.links.linktypes.IncludePageMacroLink
public class IncludePageMacroLink
{include} macros are actually treated as links by the renderer. This is so that the LinkResolver will find these macros during link refactoring. The effect of this is that when a page is renamed, any macros including that page will be fixed to include the renamed page.
Field Summary | |
---|---|
static java.util.regex.Pattern |
pattern
|
Fields inherited from class com.atlassian.renderer.links.Link |
---|
aliasSpecified, iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url, wikiDestination, wikiTitle |
Constructor Summary | |
---|---|
IncludePageMacroLink(java.lang.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, getWikiDestination, getWikiTitle, hashCode, isAliasSpecified, isRelativeUrl |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.regex.Pattern pattern
Constructor Detail |
---|
public IncludePageMacroLink(java.lang.String linkText)
Method Detail |
---|
public boolean isValid()
public OutgoingLink toOutgoingLink(ContentEntityObject sourceContent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |