Uses of Interface
org.jbehave.core.reporters.ViewGenerator

Packages that use ViewGenerator
org.jbehave.core.configuration   
org.jbehave.core.reporters   
 

Uses of ViewGenerator in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return ViewGenerator
 ViewGenerator UnmodifiableConfiguration.viewGenerator()
           
 ViewGenerator Configuration.viewGenerator()
           
 

Methods in org.jbehave.core.configuration with parameters of type ViewGenerator
 Configuration UnmodifiableConfiguration.useViewGenerator(ViewGenerator viewGenerator)
           
 Configuration Configuration.useViewGenerator(ViewGenerator viewGenerator)
           
 

Uses of ViewGenerator in org.jbehave.core.reporters
 

Classes in org.jbehave.core.reporters that implement ViewGenerator
 class FreemarkerViewGenerator
           Freemarker-based ViewGenerator, which uses the configured FTL templates for the views.
 class TemplateableViewGenerator
           ViewGenerator, which uses the configured TemplateProcessor to generate the views from templates.
 



Copyright © 2003-2012. All Rights Reserved.