Class JavaApplicationRenderingContext
java.lang.Object
io.micronaut.starter.feature.lang.ApplicationRenderingContext
io.micronaut.starter.feature.lang.java.JavaApplicationRenderingContext
Rendering context for the Java application that provides configuration rendering
based on the default environment and eager singleton initialization settings.
-
Constructor Summary
ConstructorsConstructorDescriptionJavaApplicationRenderingContext
(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
-
JavaApplicationRenderingContext
-
-
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
-