public abstract class WikiLink extends AbstractContentItem implements Link
| Constructor and Description |
|---|
WikiLink() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAlias()
Get the alias for the link (name to be displayed)
|
abstract String |
getTarget()
get the UID of the target page
|
abstract PageImpl |
getTargetPage()
Get the page referenced by target
|
abstract String |
getText()
Get the text representation of the content item
|
getChildren, getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getId, setTextpublic abstract String getAlias()
Linkpublic abstract String getTarget()
Linkpublic abstract PageImpl getTargetPage()
LinkgetTargetPage in interface Linkpublic abstract String getText()
ContentItemgetText in interface ContentItemgetText in class AbstractContentItemCopyright © 2003–2015 eXo Platform SAS. All rights reserved.