<core:page> | The body of this tag represents one page of content. |
<core:copyright> | Sets the copyright for the current page. |
<core:author> | Adds an author to the current page. It is permissible to have an author in a missing book. |
<core:parent> | Adds the given page as a parent of the current page. This tag only represents the relationship, so body content is not allowed. It is permissible to have a parent in a missing book. |
<core:child> | Adds the given page as a subpage of the current page. This tag only represents the relationship, so body content is not allowed. It is permissible to have a child in a missing book. |
<core:link> | Writes a link to a page and optionally an element. If element not provided, then page is required. If page is not provided, links to element within the current page. |
<core:param> |
Adds a parameter to its ParamsAttribute parent tag. |
<core:params> |
Adds multiple parameters to its ParamsAttribute parent tag. |
<core:property> |
Sets a property of a Node parent tag (either a Page or an Element). |
<core:navigationTree> |
Writes a tree of pages, and optionally elements, as <ul> and <li> tags. |
<core:writeNodeBody> |
Writes the body of the given node, recursively replacing any nested
element markers. The body is not written during |
<core:doView> |
Calls the view for the given page. |
<core:doComponents> |
Calls all registered components for the given view, page, position, and optional order. |