Class ApplicationRenderingContext
java.lang.Object
io.micronaut.starter.feature.lang.ApplicationRenderingContext
- Direct Known Subclasses:
GroovyApplicationRenderingContext
,JavaApplicationRenderingContext
,KotlinApplicationRenderingContext
-
Constructor Summary
ModifierConstructorDescriptionprotected
ApplicationRenderingContext
(String defaultEnvironment, boolean eagerSingletons) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.fizzed.rocker.RockerOutput
protected abstract @NonNull com.fizzed.rocker.RockerOutput
boolean
boolean
-
Constructor Details
-
ApplicationRenderingContext
-
-
Method Details
-
isRequired
public boolean isRequired() -
getContextConfigurer
@Nullable public @Nullable com.fizzed.rocker.RockerOutput getContextConfigurer() -
getRendered
@NonNull protected abstract @NonNull com.fizzed.rocker.RockerOutput getRendered() -
isEagerSingletons
public boolean isEagerSingletons() -
getDefaultEnvironment
-