Class

razie.tconf

BaseTextSpec

Related Doc: package tconf

Permalink

class BaseTextSpec extends DSpec

most specifications are made of a text content, which is parsed

Linear Supertypes
DSpec, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseTextSpec
  2. DSpec
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseTextSpec(name: String, text: String, tags: Seq[String] = Seq())

    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 equals(arg0: Any): Boolean

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

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

    Permalink

    find template with predicate

    find template with predicate

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink

    we support draft specs vs non=draft (published)

    we support draft specs vs non=draft (published)

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

    Permalink
    Definition Classes
    Any
  21. def mkParser: ParserBase

    Permalink
  22. val name: String

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. 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
  27. def specPath: TSpecPath

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

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

    Permalink
    Definition Classes
    BaseTextSpecDSpec
  30. val text: String

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def visibility: String

    Permalink

    visibility of this spec - see razie.tconf.Visibility

    visibility of this spec - see razie.tconf.Visibility

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

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

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

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

    Permalink

Inherited from DSpec

Inherited from AnyRef

Inherited from Any

Ungrouped