Packages

class SpecialLinkProcessor extends PageProcessor with Logging

Resolve links and image targets to the proper destination.

Linear Supertypes
Logging, PageProcessor, (Page) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpecialLinkProcessor
  2. Logging
  3. PageProcessor
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecialLinkProcessor(imageResources: PageResources, lookup: Lookup, suffix: String, indexPage: Option[String], resourcePaths: Set[String])

Value Members

  1. def andThen[A](g: (Unit) ⇒ A): (Page) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(p: Page): Unit
    Definition Classes
    SpecialLinkProcessor → Function1
  3. def compose[A](g: (A) ⇒ Page): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. final def logTime[T](msg: String)(f: ⇒ T): T
    Definition Classes
    Logging
  5. val logger: Logger
    Definition Classes
    Logging
  6. def resolve(pageURI: URI, destination: String, tpe: String, isPage: Boolean, unchecked: Boolean = false): (String, Option[String])
  7. def resolveLink(pageURI: URI, destination: String, tpe: String, isPage: Boolean, unchecked: Boolean = false): String
  8. def runAt: Phase
    Definition Classes
    SpecialLinkProcessorPageProcessor
  9. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any