Class

razie.tconf

TextSpec

Related Doc: package tconf

Permalink

case class TextSpec(name: String, text: String) extends BaseTextSpec with Product with Serializable

the simplest spec - from a named string property

Linear Supertypes
Serializable, Serializable, Product, Equals, BaseTextSpec, DSpec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextSpec
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BaseTextSpec
  7. DSpec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextSpec(name: String, text: String)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allProps: Map[String, String]

    Permalink

    all properties contained in this spec, in various forms

    all properties contained in this spec, in various forms

    Definition Classes
    BaseTextSpecDSpec
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var cacheable: Boolean

    Permalink

    set during parsing and folding - false if page has any user-specific elements any scripts or such will make this false this is very pessimistic right now for safety issues: even a whiff of non-static content will turn this off

    set during parsing and folding - false if page has any user-specific elements any scripts or such will make this false this is very pessimistic right now for safety issues: even a whiff of non-static content will turn this off

    Definition Classes
    DSpec
  7. def cat: String

    Permalink

    category - you can categorize the specs

    category - you can categorize the specs

    Definition Classes
    DSpec
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val collector: HashMap[String, Any]

    Permalink

    other parsing artifacts to be used by knowledgeable modules.

    other parsing artifacts to be used by knowledgeable modules. Parsers can put stuff in here.

    Definition Classes
    BaseTextSpecDSpec
  10. def content: String

    Permalink

    original text content, not pre-processed - this is generally useless

    original text content, not pre-processed - this is generally useless

    Definition Classes
    BaseTextSpecDSpec
  11. def contentPreProcessed: String

    Permalink

    the content, pre-processed, with includes and macros expanded etc.

    the content, pre-processed, with includes and macros expanded etc. But no parsing done

    NOTE this is not a different representation, like html or something... it is just the content, pre-processed

    todo should be an Either

    Definition Classes
    BaseTextSpecDSpec
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findSection(p: (DTemplate) ⇒ Boolean): Option[DTemplate]

    Permalink

    find template with predicate

    find template with predicate

    Definition Classes
    BaseTextSpecDSpec
  15. def findSection(name: String, tags: String = ""): Option[DTemplate]

    Permalink
    Definition Classes
    BaseTextSpecDSpec
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isDraft: Boolean

    Permalink

    we support draft specs vs non=draft (published)

    we support draft specs vs non=draft (published)

    Definition Classes
    DSpec
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def mkParser: ParserBase

    Permalink
    Definition Classes
    BaseTextSpec
  20. val name: String

    Permalink
    Definition Classes
    TextSpecBaseTextSpec
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def parsed: String

    Permalink

    the content, pre-processed, with includes expanded etc.

    the content, pre-processed, with includes expanded etc.

    NOTE this is not a different representation, like html or something... it is just the content, pre-processed

    the assumption is that specs can parse themselves and cache the AST elements

    errors must contain "CANNOT PARSE" and more information

    todo parsed should be an Either

    Definition Classes
    BaseTextSpecDSpec
  25. def specPath: TSpecPath

    Permalink
    Definition Classes
    BaseTextSpecDSpec
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val tags: Seq[String]

    Permalink
    Definition Classes
    BaseTextSpecDSpec
  28. val text: String

    Permalink
    Definition Classes
    TextSpecBaseTextSpec
  29. def visibility: String

    Permalink

    visibility of this spec - see razie.tconf.Visibility

    visibility of this spec - see razie.tconf.Visibility

    Definition Classes
    DSpec
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def xparsed: BaseTextSpec

    Permalink
    Definition Classes
    BaseTextSpec

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BaseTextSpec

Inherited from DSpec

Inherited from AnyRef

Inherited from Any

Ungrouped