Package

org.cddcore

rendering

Permalink

package rendering

Visibility
  1. Public
  2. All

Type Members

  1. case class ClassAndTestDetails(className: String, engineAndRCss: List[(Engine[_, _], RenderContext)]) extends Product with Serializable

    Permalink
  2. case class DecisionTreeRenderData[P, R](engine: (P) ⇒ R, selectedSituation: Option[P], pathThroughDecisionTree: List[DecisionTree[P, R]])(implicit dp: DisplayProcessor) extends KeysForRendering with Product with Serializable

    Permalink
  3. class DuplicateTitleException extends Exception

    Permalink
  4. class EngineComponentPimper[P, R] extends AnyRef

    Permalink
  5. class EnginePimper[P, R] extends AnyRef

    Permalink
  6. trait ExpectedForTemplates extends TestObjectsForRendering with KeysForRendering with ReferenceMapMakers

    Permalink
  7. class FileUrlManipulations extends UrlManipulations

    Permalink
  8. trait KeysForRendering extends AnyRef

    Permalink
  9. class Mustache extends AnyRef

    Permalink
  10. class PathMap extends AnyRef

    Permalink
  11. trait ReferenceMapMakers extends AnyRef

    Permalink
  12. case class RenderConfiguration(date: Date = new Date, urlBase: String = "./target/cdd", referenceFilesUrlBase: String = "./target/cdd/reference", iconLinkUrl: String = "./target/cdd/index.html", urlManipulations: UrlManipulations = new FileUrlManipulations) extends Product with Serializable

    Permalink
  13. case class RenderContext(reportDate: Date, urlBase: String, referenceFilesUrlBase: String, iconLinkUrl: String, pathMap: PathMap, exceptions: Map[EngineComponent[_, _], Exception], urlManipulations: UrlManipulations)(implicit displayProcessor: DisplayProcessor) extends Product with Serializable

    Permalink
  14. case class TemplateNames(engineName: String, useCaseName: String, scenarioName: String) extends Product with Serializable

    Permalink
  15. class TestClassView extends TestView

    Permalink
  16. class TestIndexView extends TestView

    Permalink
  17. trait TestObjectsForRendering extends AnyRef

    Permalink
  18. class TestStructure extends AnyRef

    Permalink
  19. trait TestView extends AnyRef

    Permalink
  20. class TestViews extends AnyRef

    Permalink
  21. trait UrlManipulations extends AnyRef

    Permalink
  22. class WebsiteUrlManipulators extends UrlManipulations

    Permalink

Ungrouped