org.fusesource.scalate.wikitext

SnippetBlock

class SnippetBlock extends ParameterizedBlock

Represents a {snippet} block in the wiki markup

Linear Supertypes
ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SnippetBlock
  2. ParameterizedBlock
  3. Block
  4. Processor
  5. Cloneable
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SnippetBlock ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def beginNesting (): Boolean

    Definition Classes
    Block
  8. def canStart (line: String, lineOffset: Int): Boolean

    Definition Classes
    SnippetBlock → Block
  9. def clone (): Block

    Definition Classes
    Block → Processor → AnyRef
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def extension (url: String): String

    Extract the file extension from the URL

  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def findCloseOffset (arg0: String, arg1: Int): Int

    Definition Classes
    Block
  15. def getBuilder (): DocumentBuilder

    Definition Classes
    Processor
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getMarkupLanguage (): MarkupLanguage

    Definition Classes
    Processor
  18. def getParser (): MarkupParser

    Definition Classes
    Processor
  19. def getSnippet : Iterator[String]

    Extract the snippet from the Source file

  20. def getState (): ContentState

    Definition Classes
    Processor
  21. lazy val handler : SnippetHandler

  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. var id : Option[String]

  24. def isClosed (): Boolean

    Definition Classes
    Block
  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. var lang : Option[String]

  27. def language : String

    Get the configured language or determine the language from the file extension

  28. var matcher : Matcher

  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. var pattern : Pattern

  33. def processLine (arg0: String, arg1: Int): Int

    Definition Classes
    Block
  34. def processLineContent (line: String, offset: Int): Int

    Definition Classes
    SnippetBlock → Block
  35. var pygmentize : Boolean

  36. def setClosed (arg0: Boolean): Unit

    Definition Classes
    Block
  37. def setOption (key: String, value: String): Unit

    Definition Classes
    SnippetBlock → ParameterizedBlock
  38. def setOption (arg0: String): Unit

    Attributes
    protected[block]
    Definition Classes
    ParameterizedBlock
  39. def setOptions (arg0: String): Unit

    Definition Classes
    ParameterizedBlock
  40. def setParser (arg0: MarkupParser): Unit

    Definition Classes
    Processor
  41. def setState (arg0: ContentState): Unit

    Definition Classes
    Processor
  42. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  43. def toString (): String

    Definition Classes
    SnippetBlock → AnyRef → Any
  44. var url : String

  45. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any