abstract
class
Page extends AnyRef
Instance Constructors
-
new
Page()
Abstract Value Members
-
abstract
def
path: List[String]
-
abstract
def
writeFor(site: HtmlFactory): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Page, B)
-
final
def
==(arg0: Any): Boolean
-
def
absoluteLinkTo(path: List[String]): String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createFileOutputStream(site: HtmlFactory, suffix: String = ""): FileOutputStream
-
def
ensuring(cond: (Page) ⇒ Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: (Page) ⇒ Boolean): Page
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: Boolean): Page
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hasCompanion(mbr: TemplateEntity): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
kindToString(mbr: MemberEntity): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
relativeLinkTo(destPath: List[String]): String
-
def
relativeLinkTo(destClass: TemplateEntity): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
templateToPath(tpl: TemplateEntity): List[String]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeFile(site: HtmlFactory, suffix: String = "")(fn: (Writer) ⇒ Unit): Unit
-
def
→[B](y: B): (Page, B)
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Page to any2stringadd[Page]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Page to StringFormat[Page]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Page to Ensuring[Page]
Value Members
-
def
ensuring(cond: (Page) ⇒ Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: (Page) ⇒ Boolean): Page
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: Boolean): Page
Inherited by implicit conversion ArrowAssoc from
Page to ArrowAssoc[Page]
Value Members
-
def
->[B](y: B): (Page, B)
-
def
→[B](y: B): (Page, B)
Ungrouped
-
abstract
def
path: List[String]
-
abstract
def
writeFor(site: HtmlFactory): Unit
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Page, B)
-
final
def
==(arg0: Any): Boolean
-
def
absoluteLinkTo(path: List[String]): String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createFileOutputStream(site: HtmlFactory, suffix: String = ""): FileOutputStream
-
def
ensuring(cond: (Page) ⇒ Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: (Page) ⇒ Boolean): Page
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Page
-
def
ensuring(cond: Boolean): Page
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hasCompanion(mbr: TemplateEntity): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
kindToString(mbr: MemberEntity): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
relativeLinkTo(destPath: List[String]): String
-
def
relativeLinkTo(destClass: TemplateEntity): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
templateToPath(tpl: TemplateEntity): List[String]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeFile(site: HtmlFactory, suffix: String = "")(fn: (Writer) ⇒ Unit): Unit
-
def
→[B](y: B): (Page, B)
The Scala compiler and reflection APIs.