Uses of Class
org.milyn.templating.TemplatingConfiguration

Packages that use TemplatingConfiguration
org.milyn.templating Templating for Smooks. 
org.milyn.templating.freemarker FreeMarker templating for Smooks. 
 

Uses of TemplatingConfiguration in org.milyn.templating
 

Methods in org.milyn.templating that return TemplatingConfiguration
 TemplatingConfiguration TemplatingConfiguration.setApplyBefore(boolean applyBefore)
          Set whether or not the template should be applied at the start of the fragment and before processing any of the fragment's child content.
 TemplatingConfiguration TemplatingConfiguration.setUsage(Usage usage)
          Set the templating Usage directive for the templating result.
 

Methods in org.milyn.templating with parameters of type TemplatingConfiguration
protected  void AbstractTemplateProcessor.setTemplatingConfiguration(TemplatingConfiguration templatingConfiguration)
           
 

Uses of TemplatingConfiguration in org.milyn.templating.freemarker
 

Constructors in org.milyn.templating.freemarker with parameters of type TemplatingConfiguration
FreeMarkerTemplateProcessor(TemplatingConfiguration templatingConfiguration)
          Programmatically configure the FreeMarker Templating Visitor.
 



Copyright © 2014. All Rights Reserved.