org.fusesource.scalate

wikitext

package wikitext

Visibility
  1. Public
  2. All

Type Members

  1. class AbstractConfluenceTagSupport extends ParameterizedBlock with Logging

    Base class for any confluence tag which is a single tag not a AbstractConfluenceDelimitedBlock

  2. class AttributesTag extends AbstractConfluenceTagSupport

    Allows Scalate attributes to be defined inside a confluence template.

  3. class ChildrenTag extends AbstractConfluenceTagSupport with Logging

    Implements the **children** macro in confluence

  4. class ColumnBlock extends AbstractConfluenceDelimitedBlock with Logging

  5. class DefaultSnippetHandler(builder: DocumentBuilder, language: String) extends SnippetHandler with Product

    Default handler for the {snippet} code (renders a

  6. class DivBlock extends AbstractConfluenceDelimitedBlock with Logging

  7. class HtmlBlock extends AbstractConfluenceDelimitedBlock with Logging

  8. class IncludeTag extends AbstractConfluenceTagSupport with Logging

    Implements the "include" macro

  9. class PygementsBlock extends AbstractConfluenceDelimitedBlock

  10. class PygmentizeSnippetHandler(block: PygementsBlock) extends SnippetHandler with Product

    Uses pygmentize to handles syntax coloring for the {snippet}'s code

  11. class ScalateConfluenceLanguage extends ConfluenceLanguage

    Adds extendsions to the Confluence language such as support for a 'pygmentize' macro

  12. class SectionBlock extends AbstractConfluenceDelimitedBlock with Logging

  13. class SnippetBlock extends AbstractConfluenceDelimitedBlock with Logging

    Represents a {snippet} block in the wiki markup

  14. trait SnippetHandler extends AnyRef

    Trait to define a {snippet} handler

  15. class SwizzleLinkFilter(sourceDirectories: Traversable[File], extensions: Set[String]) extends Filter with Logging with Product

    Converts links used in wiki notation to find the template or wiki markup files on the file system.

  16. class WikiTextFilter extends Filter

    attributes: abstract

Value Members

  1. object Blocks extends Logging

  2. object ConfluenceFilter extends WikiTextFilter with TemplateEngineAddOn

    Renders a Confluence filter

  3. object Links extends AnyRef

  4. object Pages extends AnyRef

    Helper class for working with wiki pages

  5. object Pygmentize extends Logging

  6. object Snippets extends Logging

    Helper class to access file containing snippets of code: - on the local file system - using a full URL - using a URL that starts with a predefined prefix

  7. object StringConverter extends AnyRef

  8. object SwizzleLinkFilter extends AnyRef

  9. object WikiTextFilter extends AnyRef