package path
Type Members
- trait ClassPackageRelativePath extends RelativePath with PackageRelativePath
A PackageRelativePath with
fileNameas the class simple name, plus thefileExtension(default is "html").A PackageRelativePath with
fileNameas the class simple name, plus thefileExtension(default is "html").
E.g.class MyClasswill havefileNameas "MyClass.html".
Also, all '$' are removed, becauseobjects have them...
So the final path will be "my/package/my-class.html" ("urlify"-ed also, prefixed with PackageRelativePath) - 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" }inmy.companypackage renders tomy/company/mypage.html - trait RelativePathAddons extends RelativePath
RelativePath enrichments.
- trait ScalaMultiRenderable extends MultiRenderable
Scala wrapper for MultiRenderable