Package io.micronaut.views.soy
Interface SoyFileSetProvider
public interface SoyFileSetProvider
Interface via DI to acquire a 
SoyFileSet.- Since:
 - 1.2.1
 - Author:
 - Sam Gammon (sam@bloombox.io)
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable com.google.template.soy.jbcsrc.api.SoySauce@Nullable com.google.template.soy.SoyFileSet 
- 
Method Details
- 
provideSoyFileSet
@Nullable @Nullable com.google.template.soy.SoyFileSet provideSoyFileSet()- Returns:
 - Soy file set to render templates with
 
 - 
provideCompiledTemplates
@Nullable default @Nullable com.google.template.soy.jbcsrc.api.SoySauce provideCompiledTemplates()- Returns:
 - Compiled set of Soy templates, if supported
 
 
 -