Class GroovyApplicationRenderingContext
java.lang.Object
io.micronaut.starter.feature.lang.ApplicationRenderingContext
io.micronaut.starter.feature.lang.groovy.GroovyApplicationRenderingContext
Groovy-specific implementation of
ApplicationRenderingContext
that generates
the Rocker output for configuring the application context in Groovy.-
Constructor Summary
ConstructorsConstructorDescriptionGroovyApplicationRenderingContext
(String defaultEnvironment, boolean eagerSingletons) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull com.fizzed.rocker.RockerOutput
Gets the rendered Rocker output for this context.Methods inherited from class io.micronaut.starter.feature.lang.ApplicationRenderingContext
getContextConfigurer, getDefaultEnvironment, isEagerSingletons, isRequired
-
Constructor Details
-
GroovyApplicationRenderingContext
-
-
Method Details
-
getRendered
@NonNull protected @NonNull com.fizzed.rocker.RockerOutput getRendered()Description copied from class:ApplicationRenderingContext
Gets the rendered Rocker output for this context.- Specified by:
getRendered
in classApplicationRenderingContext
- Returns:
- the rendered RockerOutput
-