class Site[S <: Site[S]] extends FindByName with With

Self Type
S
Linear Supertypes
With, FindByName, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Site
  2. With
  3. FindByName
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Site(fromUrl: FromUrl, common: SiteCommon)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def a(path: Path): a
  5. final def a(htmlContent: HtmlContent[S]): a
  6. def acceptsIndexHtml: Boolean
    Definition Classes
    FindByName
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def build(withPrettyPrint: Boolean): Task[Unit]
  9. def buildMore: Parser[Unit]
    Attributes
    protected
  10. final val caching: Simple
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. val common: SiteCommon
  13. def content(path: Path): Parser[Response]
    Attributes
    protected
  14. def defaultViewer: Option[Viewer]
  15. def directoriesToWrite: Seq[Directory[_, _, _]]
    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def findByName(name: String): Parser[Option[Store]]
    Definition Classes
    FindByName
  19. val fromUrl: FromUrl
    Definition Classes
    Site → With
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def index: Parser[Option[Path]]
    Attributes
    protected
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def linkResolver(htmlContent: HtmlContent[S]): LinksResolver
    Attributes
    protected
  25. final def logger: Logger
  26. def navigationLinks(htmlContent: HtmlContent[S]): Parser[Seq[xml.Xml.Element]]
    Attributes
    protected
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def path(htmlContent: HtmlContent[S]): Path
    Attributes
    protected
  31. def prettyPrintRoots: Seq[URL]
    Attributes
    protected
  32. final def renderHtmlContent(htmlContent: HtmlContent[S]): Parser[String]
  33. final def renderTeiContent(tei: Tei): String
    Attributes
    protected
  34. final def resolve(path: Seq[String]): Parser[Option[Path]]
    Attributes
    protected
  35. final def resolve(url: String): Parser[Option[Path]]
  36. def resolve(path: Seq[String], acc: Path): Parser[Option[Path]]
    Definition Classes
    FindByName
  37. final def resolveContent(path: Seq[String]): Task[Option[Response]]
  38. final def resolveHtmlContent(htmlContent: HtmlContent[S]): Parser[xml.Xml.Element]
    Attributes
    protected
  39. def style(htmlContent: HtmlContent[S]): String
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def toTask[T](parser: Parser[T]): Task[T]
    Attributes
    protected
  43. def viewer(htmlContent: HtmlContent[S]): Option[Viewer]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from With

Inherited from FindByName

Inherited from AnyRef

Inherited from Any

Ungrouped