|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.renderer.links.Link
com.atlassian.renderer.links.BaseLink
com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
com.atlassian.confluence.links.linktypes.AbstractPageLink
Field Summary | |
protected String |
anchor
|
protected AbstractPage |
destinationPage
|
protected String |
spaceKey
|
Fields inherited from class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink |
entityName |
Fields inherited from class com.atlassian.renderer.links.Link |
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url |
Constructor Summary | |
AbstractPageLink(GenericLinkParser parser,
PageContext context)
|
Method Summary | |
String |
getAnchor(PageContext pageContext)
|
ContentEntityObject |
getDestinationContent()
|
String |
getLinkBody()
|
String |
getPageTitle()
|
String |
getSpaceKey()
|
protected abstract boolean |
isOnSamePage(PageContext pageContext)
|
protected void |
setUrlAndTitle(PageContext pageContext)
|
OutgoingLink |
toOutgoingLink(ContentEntityObject sourceContent)
|
Methods inherited from class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink |
hasDestination |
Methods inherited from class com.atlassian.renderer.links.BaseLink |
equals, getOriginalParser, hashCode, setI18nTitle, setTitle |
Methods inherited from class com.atlassian.renderer.links.Link |
getIconName, getLinkAttributes, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, isRelativeUrl |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String spaceKey
protected AbstractPage destinationPage
protected String anchor
Constructor Detail |
public AbstractPageLink(GenericLinkParser parser, PageContext context) throws ParseException
Method Detail |
protected void setUrlAndTitle(PageContext pageContext)
protected abstract boolean isOnSamePage(PageContext pageContext)
public String getAnchor(PageContext pageContext)
public String getSpaceKey()
public String getPageTitle()
public ContentEntityObject getDestinationContent()
getDestinationContent
in class AbstractContentEntityLink
public OutgoingLink toOutgoingLink(ContentEntityObject sourceContent)
public String getLinkBody()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |