Packages

package theme

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Clean extends Theme

    A theme that cleans the target directory.

  2. class Dump extends Theme

    A theme that prints the document structure to stdout.

  3. class HtmlFeatures extends AnyRef
  4. class HtmlPageContext extends AnyRef

    The page context is available for preprocessing a page

  5. class HtmlPageModel extends AnyRef

    The page model is available for rendering a preprocessed page with a template.

    The page model is available for rendering a preprocessed page with a template. Creating the HtmlPageModel forces the content to be rendered.

  6. class HtmlSiteContext extends AnyRef

    The site context is created before page preprocessing

  7. class HtmlSiteModel extends AnyRef
  8. class HtmlTheme extends Theme

    Base class for Twirl-based HTML themes

  9. class PageResources extends AnyRef
  10. case class ResourceSpec(sourceURI: URI, resolvedSourceURI: URI, targetURI: URI, createLink: Boolean, resources: PageResources, minified: Boolean) extends Product with Serializable

    Resource to include in the generated site.

    Resource to include in the generated site.

    sourceURI

    The source URI

    resolvedSourceURI

    the resolved source URI to locate the file

    targetURI

    the target site: URI

    createLink

    whether to create a link to the resource (e.g. "script" or "style" tag)

    resources

    the Resources object which created this ResourceSpec

    minified

    whether the resource is already minified. In addition, all resources whose sourceURI path ends with ".min" before the actual suffix are also considered minified.

  11. class SpecialLinkProcessor extends PageProcessor with Logging

    Resolve links and image targets to the proper destination.

  12. abstract class Theme extends Logging

    Base class for themes.

Value Members

  1. object HtmlFeatures
  2. object SpecialLinkProcessor

Ungrouped