Packages

package path

Type Members

  1. trait ClassPackageRelativePath extends RelativePath with PackageRelativePath

    A PackageRelativePath with fileName as the class simple name, plus the fileExtension (default is "html").

    A PackageRelativePath with fileName as the class simple name, plus the fileExtension (default is "html").
    E.g. class MyClass will have fileName as "MyClass.html".
    Also, all '$' are removed, because objects have them...
    So the final path will be "my/package/my-class.html" ("urlify"-ed also, prefixed with PackageRelativePath)

  2. trait PackageRelativePath extends RelativePath with RelativePathAddons

    Path relative to the class' package.

    Path relative to the class' package.
    E.g. object MyPage extends PackageRelativePath { def fileName = "mypage.html" } in my.company package renders to my/company/mypage.html

  3. trait RelativePathAddons extends RelativePath

    RelativePath enrichments.

  4. trait ScalaMultiRenderable extends MultiRenderable

    Scala wrapper for MultiRenderable

Ungrouped