Package

com.github.enpassant

ickenham

Permalink

package ickenham

Visibility
  1. Public
  2. All

Type Members

  1. case class BlockTag(blockName: String, name: String, content: Vector[Tag] = Vector.empty[Tag], elseContent: Vector[Tag] = Vector.empty[Tag]) extends Tag with Product with Serializable

    Permalink
  2. case class CollectedTags(suffix: String, tags: Vector[Tag] = Vector.empty[Tag], elseTags: Vector[Tag] = Vector.empty[Tag]) extends Product with Serializable

    Permalink
  3. case class EndTag(blockName: String) extends Tag with Product with Serializable

    Permalink
  4. case class HelperTag(helperName: String, parameters: List[Param]) extends Tag with Product with Serializable

    Permalink
  5. class Ickenham[T] extends AnyRef

    Permalink
  6. case class IncludeTag(templateName: String) extends Tag with Product with Serializable

    Permalink
  7. case class NextTag(prefix: String, tag: Tag, suffix: String) extends Product with Serializable

    Permalink
  8. sealed trait Param extends AnyRef

    Permalink
  9. sealed trait Tag extends AnyRef

    Permalink
  10. case class TextParam(value: String) extends Param with Product with Serializable

    Permalink
  11. case class TextTag(text: String) extends Tag with Product with Serializable

    Permalink
  12. case class ValueTag(variableName: String, escape: Boolean = true) extends Tag with Product with Serializable

    Permalink
  13. case class VariableNameListParam(names: List[String]) extends Param with Product with Serializable

    Permalink
  14. case class VariableParam(name: String) extends Param with Product with Serializable

    Permalink

Value Members

  1. object ElseTag extends Tag with Product with Serializable

    Permalink
  2. object Ickenham

    Permalink
  3. package adapter

    Permalink
  4. package stream

    Permalink

Ungrouped