Uses of Interface
org.jbehave.core.reporters.ViewGenerator
-
Packages that use ViewGenerator Package Description org.jbehave.core.annotations org.jbehave.core.configuration org.jbehave.core.reporters -
-
Uses of ViewGenerator in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type ViewGenerator Modifier and Type Method Description Class<? extends ViewGenerator>viewGenerator() -
Uses of ViewGenerator in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as ViewGenerator Modifier and Type Field Description protected ViewGeneratorConfiguration. viewGeneratorUse Freemarker-based view generatorMethods in org.jbehave.core.configuration that return ViewGenerator Modifier and Type Method Description ViewGeneratorConfiguration. viewGenerator()ViewGeneratorUnmodifiableConfiguration. viewGenerator()Methods in org.jbehave.core.configuration with parameters of type ViewGenerator Modifier and Type Method Description ConfigurationConfiguration. useViewGenerator(ViewGenerator viewGenerator)ConfigurationUnmodifiableConfiguration. useViewGenerator(ViewGenerator viewGenerator) -
Uses of ViewGenerator in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement ViewGenerator Modifier and Type Class Description classFreemarkerViewGeneratorFreemarker-basedViewGenerator, which uses the configured FTL templates for the views.classTemplateableViewGeneratorViewGenerator, which uses the configuredTemplateProcessorto generate the views from templates.
-