class Site[S <: Site[S]] extends FindByName with With
- Self Type
- S
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Site
- With
- FindByName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Site(fromUrl: FromUrl, common: SiteCommon)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def a(path: Path): a
- final def a(htmlContent: HtmlContent[S]): a
- def acceptsIndexHtml: Boolean
- Definition Classes
- FindByName
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def build(withPrettyPrint: Boolean): Task[Unit]
- def buildMore: Parser[Unit]
- Attributes
- protected
- final val caching: Simple
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val common: SiteCommon
- def content(path: Path): Parser[Response]
- Attributes
- protected
- def defaultViewer: Option[Viewer]
- def directoriesToWrite: Seq[Directory[_, _, _]]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findByName(name: String): Parser[Option[Store]]
- Definition Classes
- FindByName
- val fromUrl: FromUrl
- Definition Classes
- Site → With
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def index: Parser[Option[Path]]
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linkResolver(htmlContent: HtmlContent[S]): LinksResolver
- Attributes
- protected
- final def logger: Logger
- def navigationLinks(htmlContent: HtmlContent[S]): Parser[Seq[xml.Xml.Element]]
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def path(htmlContent: HtmlContent[S]): Path
- Attributes
- protected
- def prettyPrintRoots: Seq[URL]
- Attributes
- protected
- final def renderHtmlContent(htmlContent: HtmlContent[S]): Parser[String]
- final def renderTeiContent(tei: Tei): String
- Attributes
- protected
- final def resolve(path: Seq[String]): Parser[Option[Path]]
- Attributes
- protected
- final def resolve(url: String): Parser[Option[Path]]
- def resolve(path: Seq[String], acc: Path): Parser[Option[Path]]
- Definition Classes
- FindByName
- final def resolveContent(path: Seq[String]): Task[Option[Response]]
- final def resolveHtmlContent(htmlContent: HtmlContent[S]): Parser[xml.Xml.Element]
- Attributes
- protected
- def style(htmlContent: HtmlContent[S]): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def toTask[T](parser: Parser[T]): Task[T]
- Attributes
- protected
- def viewer(htmlContent: HtmlContent[S]): Option[Viewer]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated