Package

org.fusesource.scalate

wikitext

Permalink

package wikitext

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractConfluenceTagSupport extends ParameterizedBlock

    Permalink

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

  2. abstract class AbstractNestedBlock extends ParameterizedBlock

    Permalink
  3. class AttributesTag extends AbstractConfluenceTagSupport

    Permalink

    Allows Scalate attributes to be defined inside a confluence template.

    Allows Scalate attributes to be defined inside a confluence template.

    For example {attributes:layout=foo.scaml } to change the layout

  4. class CenterBlock extends AbstractNestedBlock

    Permalink
  5. class ChildrenTag extends AbstractConfluenceTagSupport

    Permalink

    Implements the **children** macro in confluence

  6. class ColumnBlock extends AbstractNestedBlock

    Permalink
  7. case class DefaultSnippetHandler(builder: DocumentBuilder, language: String) extends SnippetHandler with Product with Serializable

    Permalink

    Default handler for the {snippet} code (renders a

    Default handler for the {snippet} code (renders a

  8. class DivBlock extends AbstractNestedBlock

    Permalink
  9. case class ExpressionTag(tag: String, fn: () ⇒ AnyRef) extends AbstractConfluenceTagSupport with Product with Serializable

    Permalink

    A confluence tag for a generic expression

  10. class HtmlBlock extends AbstractConfluenceDelimitedBlock

    Permalink
  11. class IncludeTag extends AbstractConfluenceTagSupport

    Permalink

    Implements the "include" macro

  12. case class PygmentizeSnippetHandler(block: PygmentsBlock) extends SnippetHandler with Product with Serializable

    Permalink

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

  13. class PygmentsBlock extends AbstractConfluenceDelimitedBlock

    Permalink
  14. class ScalateConfluenceLanguage extends ConfluenceLanguage

    Permalink

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

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

    The pygmentize macro will use the pygmentize command line tool to syntax highlight the code within the block

  15. class SectionBlock extends AbstractNestedBlock

    Permalink
  16. class SnippetBlock extends ParameterizedBlock

    Permalink

    Represents a {snippet} block in the wiki markup

  17. trait SnippetHandler extends AnyRef

    Permalink

    Trait to define a {snippet} handler

  18. case class SwizzleLinkFilter(sourceDirectories: Iterable[File], extensions: Set[String]) extends Filter with Product with Serializable

    Permalink

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

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

    Wiki links tend to assume a single name is unique per wiki space; but when converting wiki pages to URIs or files and directories you often want to move the wiki files into directory trees. This filter will fix up these bad links, searching for wiki files in your source tree and swizzling the generated links to use those.

  19. abstract class WikiTextFilter extends Filter

    Permalink

Value Members

  1. object AttributesTag extends Log

    Permalink
  2. object Blocks

    Permalink
  3. object ChildrenTag extends Log

    Permalink
  4. object ConfluenceFilter extends WikiTextFilter with TemplateEngineAddOn

    Permalink

    Renders a Confluence filter

  5. object ConfluenceLanguageExtensions

    Permalink

    Registry of language extensions

  6. object IncludeTag extends Log

    Permalink
  7. object Pages

    Permalink

    Helper class for working with wiki pages

  8. object Pygmentize extends Log with Filter with TemplateEngineAddOn

    Permalink
  9. object PygmentizeHelpers

    Permalink

    View helper methods for use inside templates

  10. object Snippets

    Permalink

    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

  11. object StringConverter

    Permalink
  12. object SwizzleLinkFilter extends Log with Serializable

    Permalink
  13. object TextileFilter extends WikiTextFilter with TemplateEngineAddOn

    Permalink

    Renders a Textile filter

  14. object WikiTextFilter

    Permalink

Ungrouped