Class/Object

org.fusesource.scalate.wikitext

AttributesTag

Related Docs: object AttributesTag | package wikitext

Permalink

class AttributesTag extends AbstractConfluenceTagSupport

Allows Scalate attributes to be defined inside a confluence template.

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

Source
AttributesBlock.scala
Linear Supertypes
AbstractConfluenceTagSupport, ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributesTag
  2. AbstractConfluenceTagSupport
  3. ParameterizedBlock
  4. Block
  5. Processor
  6. Cloneable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributesTag()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to any2stringadd[AttributesTag] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AttributesTag, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to ArrowAssoc[AttributesTag] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beginNesting(): Boolean

    Permalink
    Definition Classes
    Block
  8. var blockLineNumber: Int

    Permalink
    Definition Classes
    AbstractConfluenceTagSupport
  9. def canStart(line: String, lineOffset: Int): Boolean

    Permalink
    Definition Classes
    AbstractConfluenceTagSupport → Block
  10. def clone(): Block

    Permalink
    Definition Classes
    Block → Processor → AnyRef
  11. def doTag(): Unit

    Permalink
  12. def ensuring(cond: (AttributesTag) ⇒ Boolean, msg: ⇒ Any): AttributesTag

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to Ensuring[AttributesTag] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AttributesTag) ⇒ Boolean): AttributesTag

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to Ensuring[AttributesTag] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): AttributesTag

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to Ensuring[AttributesTag] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AttributesTag

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to Ensuring[AttributesTag] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findCloseOffset(arg0: String, arg1: Int): Int

    Permalink
    Definition Classes
    Block
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to StringFormat[AttributesTag] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def getBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    Processor
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getMarkupLanguage(): MarkupLanguage

    Permalink
    Definition Classes
    Processor
  24. def getParser(): MarkupParser

    Permalink
    Definition Classes
    Processor
  25. def getState(): ContentState

    Permalink
    Definition Classes
    Processor
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def isClosed(): Boolean

    Permalink
    Definition Classes
    Block
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. var matcher: Matcher

    Permalink
    Definition Classes
    AbstractConfluenceTagSupport
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def processLine(arg0: String, arg1: Int): Int

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

    Permalink
    Definition Classes
    AbstractConfluenceTagSupport → Block
  35. def setClosed(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    AttributesTag → ParameterizedBlock
  37. def setOption(arg0: String): Unit

    Permalink
    Attributes
    protected[org.eclipse.mylyn.internal.wikitext.confluence.core.block]
    Definition Classes
    ParameterizedBlock
  38. def setOptions(arg0: String): Unit

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

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

    Permalink
    Definition Classes
    Processor
  41. val startPattern: Pattern

    Permalink
    Definition Classes
    AbstractConfluenceTagSupport
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (AttributesTag, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AttributesTag to ArrowAssoc[AttributesTag] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AttributesTag to any2stringadd[AttributesTag]

Inherited by implicit conversion StringFormat from AttributesTag to StringFormat[AttributesTag]

Inherited by implicit conversion Ensuring from AttributesTag to Ensuring[AttributesTag]

Inherited by implicit conversion ArrowAssoc from AttributesTag to ArrowAssoc[AttributesTag]

Ungrouped