Content
FramesNo Frames

Page Tree

  • ${core:capturePageInBook()}
  • Functions
  • Taglib Reference
  • Taglib
  • Core
  • SemanticCMS
  • ${core:capturePage()}
  • ${core:captureContentRoot()}
  • ${core:getCaptureLevel()}
  • ${core:getPageIndex()}
  • ${core:convertPageDagToList()}
  • ${core:getFileInBook()}
  • ${core:getFile()}
  • ${core:getExeFileInBook()}
  • ${core:getExeFile()}
  • ${core:encodeUrlParam()}
  • ${core:getRefId()}
  • ${core:getRefIdInPage()}
  • ${core:ceil()}
  • ${core:floor()}
  • ${core:parseQueryString()}
  • ${core:repeat()}
  • ${core:getBook()}
  • ${core:encodeHexData()}
  • ${core:isExporting()}
  • ${core:findCopyright()}
  • ${core:findAllowRobots()}
  • ${core:hasChild()}
  • ${core:hasElement()}
  • ${core:findTopLevelElements()}
  • ${core:filterElements()}
  • ${core:isViewApplicable()}
  • ${core:getViewLinkCssClass()}
  • ${core:getViewLinkParams()}
  • ${core:getViewCopyright()}
  • ${core:getViewAuthors()}
  • ${core:getViewTitle()}
  • ${core:getViewLinks()}
  • ${core:getViewAllowRobots()}
  • ${core:getLinkCssClass()}
  • ${core:mergeGlobalAndViewScripts()}
  • ${core:getShortTitle()}

${core:findAuthors()}

May 29, 2020

Finds the author(s) for the given page.

Inherits authors from the parent page(s) within the same book, or uses the book authors if none set on the page or its parent(s).

Example

${core:findAuthors(page)}

Function Information

Function Class: com.semanticcms.core.taglib.Functions
Function Signature: java.util.Set<com.semanticcms.core.model.Author> findAuthors(com.semanticcms.core.model.Page)
Display Name: None