Class KotlinApplicationRenderingContext
java.lang.Object
io.micronaut.starter.feature.lang.ApplicationRenderingContext
io.micronaut.starter.feature.lang.kotlin.KotlinApplicationRenderingContext
Rendering context for Kotlin applications.
Extends ApplicationRenderingContext
to provide Kotlin-specific rendering
behavior for the application template.
-
Constructor Summary
ConstructorsConstructorDescriptionKotlinApplicationRenderingContext
(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
-
KotlinApplicationRenderingContext
-
-
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
-