Package

org.fusesource.scalate

layout

Permalink

package layout

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultLayoutStrategy extends LayoutStrategy

    Permalink

    The default implementation of LayoutStrategy.

    The default implementation of LayoutStrategy.

    This implementation will first try to load a layout by using the "layout" attribute of the given template. If that is not specified then the defaultLayouts value is used.

    Different template engines will configure the defaultLayouts in different ways. For example see org.fusesource.scalate.servlet.ServletTemplateEngine for its defaults.

    Version

    $Revision : 1.1 $

  2. trait LayoutStrategy extends AnyRef

    Permalink

    A strategy for loading and applying layout templates.

    A strategy for loading and applying layout templates.

    Version

    $Revision : 1.1 $

Value Members

  1. object DefaultLayoutStrategy extends Log

    Permalink
  2. object NullLayoutStrategy extends LayoutStrategy

    Permalink

    A LayoutStrategy that renders the given template without using any layout.

    A LayoutStrategy that renders the given template without using any layout.

Ungrouped