Uses of Interface
org.jbehave.core.reporters.ViewGenerator
Packages that use ViewGenerator
-
Uses of ViewGenerator in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as ViewGeneratorModifier and TypeFieldDescriptionprotected ViewGeneratorConfiguration.viewGeneratorUse Freemarker-based view generatorMethods in org.jbehave.core.configuration that return ViewGeneratorModifier and TypeMethodDescriptionConfiguration.viewGenerator()UnmodifiableConfiguration.viewGenerator()Methods in org.jbehave.core.configuration with parameters of type ViewGeneratorModifier and TypeMethodDescriptionConfiguration.useViewGenerator(ViewGenerator viewGenerator) UnmodifiableConfiguration.useViewGenerator(ViewGenerator viewGenerator) -
Uses of ViewGenerator in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement ViewGeneratorModifier and TypeClassDescriptionclassFreemarker-basedViewGenerator, which uses the configured FTL templates for the views.classViewGenerator, which uses the configuredTemplateProcessorto generate the views from templates.