public class PageLinkRenamingBean extends AbstractPageLinkRenamingBean
newSpaceKey, newTitle, pageBeingChanged, referringContent
Constructor and Description |
---|
PageLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
java.lang.String newSpaceKey,
java.lang.String newTitle) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getCurrentLinkPart()
Use the
AbstractLinkRenamingBean.getPageBeingChanged() to calculate (according to the content type's linking rules) the current
(before the rename) link part to the page. |
protected java.lang.String |
getNewLinkPart()
Use the
AbstractLinkRenamingBean.getPageBeingChanged() , AbstractLinkRenamingBean.newSpaceKey , and AbstractLinkRenamingBean.newTitle to caclulate (according to
the content type's rules) a link to the content after the rename. |
handleText
escapeDollars, getPageBeingChanged, getReferringContentSpaceKey, getRenamedContent, handleMacro, setMacroManager
public PageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
protected java.lang.String getCurrentLinkPart()
AbstractPageLinkRenamingBean
AbstractLinkRenamingBean.getPageBeingChanged()
to calculate (according to the content type's linking rules) the current
(before the rename) link part to the page. The link part is the part of a wiki link that is used to identify
the page by title or other unique identifier.getCurrentLinkPart
in class AbstractPageLinkRenamingBean
protected java.lang.String getNewLinkPart()
AbstractPageLinkRenamingBean
AbstractLinkRenamingBean.getPageBeingChanged()
, AbstractLinkRenamingBean.newSpaceKey
, and AbstractLinkRenamingBean.newTitle
to caclulate (according to
the content type's rules) a link to the content after the rename.getNewLinkPart
in class AbstractPageLinkRenamingBean
Copyright © 2003-2014 Atlassian. All Rights Reserved.