object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def closureMinimize(source: String, name: String = "<eval>"): String
- def copyToFile(source: URL, target: File): Unit
- def copyToFileWithTextTransform(source: URL, target: File)(f: (String) ⇒ String)(implicit codec: Codec): Unit
- def createIdentifier(text: String): String
-
def
encodeScriptContent(s: String): String
Encode a string for use inside an HTML script tag, as recommended in https://www.w3.org/TR/html5/scripting-1.html#restrictions-for-contents-of-script-elements
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def htmlCompressorMinimize(source: String, minimizeCss: Boolean, minimizeJs: Boolean): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readLines(source: URL): Vector[String]
-
def
relativeSiteURI(from: URI, to: URI): URI
Create a relative link from one page to another.
Create a relative link from one page to another. Both URIs must be absolute "site:" URIs without "." or ".." path segments, ending in file names (i.e. no tailing "/"). For the
to
URI, the site root ("/") is also allowed. - def rewriteIndexPageLink(rel: URI, indexPage: Option[String]): URI
- def sha1(data: Array[Byte]): String
- val siteRootURI: URI
- def sourceFileURI(baseDir: File, file: File): URI
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val themeRootURI: URI
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trimLines(s: String): String
Remove empty lines from the beginning and end of a string, plus any trailing CR or LF
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )