|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.AbstractLinkRenamingBean com.atlassian.confluence.util.AbstractPageLinkRenamingBean com.atlassian.confluence.util.PageLinkRenamingBean
public class PageLinkRenamingBean
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.util.AbstractLinkRenamingBean |
---|
newSpaceKey, newTitle, pageBeingChanged, referringContent |
Constructor Summary | |
---|---|
PageLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
java.lang.String newSpaceKey,
java.lang.String newTitle)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.atlassian.confluence.util.AbstractPageLinkRenamingBean |
---|
handleText |
Methods inherited from class com.atlassian.confluence.util.AbstractLinkRenamingBean |
---|
escapeDollars, getPageBeingChanged, getReferringContentSpaceKey, getRenamedContent, handleMacro, setMacroManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |