Interface Link

All Superinterfaces:
ContentItem

public interface Link extends ContentItem
Represents a link to another wiki page.
Version:
$Revision$
  • Method Details

    • getAlias

      String getAlias()
      Get the alias for the link (name to be displayed)
      Returns:
      alias
    • getTarget

      String getTarget()
      get the UID of the target page
      Returns:
      Target of the link
    • getTargetPage

      Page getTargetPage()
      Get the page referenced by target
      Returns:
      the page referenced by target