- decorate(HttpRequest<?>, ModelAndView<?>) - Method in class io.micronaut.views.DefaultViewsModelDecorator
-
- decorate(HttpRequest<?>, ModelAndView<?>) - Method in interface io.micronaut.views.ViewsModelDecorator
-
decorates a model.
- DEFAULT_ALLOW_OVERRIDE_CORE_OPERATORS - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_ATTRIBUTESKEY - Static variable in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
The default attributesKey value.
- DEFAULT_AUTO_ESCAPING - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_CACHE_ACTIVE - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_CHARACTER_ENCODING - Static variable in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
The default character encoding value.
- DEFAULT_DYNAMIC - Static variable in class io.micronaut.views.jte.JteViewsRendererConfigurationProperties
-
The default dynamic value.
- DEFAULT_DYNAMIC_PATH - Static variable in class io.micronaut.views.jte.JteViewsRendererConfigurationProperties
-
The default dynamic value.
- DEFAULT_ENABLE_NONCE - Static variable in class io.micronaut.views.csp.CspConfiguration
-
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.csp.CspConfiguration
-
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.handlebars.HandlebarsViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.soy.SoyViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.velocity.VelocityViewsRendererConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.views.ViewsConfigurationProperties
-
The default enable value.
- DEFAULT_ESCAPING_STRATEGY - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
The default extension.
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.handlebars.HandlebarsViewsRendererConfigurationProperties
-
The default extension.
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.jte.JteViewsRenderer
-
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
The default extension.
- DEFAULT_EXTENSION - Static variable in class io.micronaut.views.velocity.VelocityViewsRendererConfigurationProperties
-
The default extension.
- DEFAULT_FILTER_PATH - Static variable in class io.micronaut.views.csp.CspConfiguration
-
- DEFAULT_FOLDER - Static variable in class io.micronaut.views.ViewsConfigurationProperties
-
The default views folder.
- DEFAULT_FORCE_SECURE_RANDOM - Static variable in class io.micronaut.views.csp.CspConfiguration
-
- DEFAULT_FORCESUFFIX - Static variable in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
The default force suffix.
- DEFAULT_FORCETEMPLATEMODE - Static variable in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
The default force template mode.
- DEFAULT_GREEDY_MATCH_METHOD - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_HOT_RELOADING - Static variable in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
The default hot reloading value.
- DEFAULT_LITERAL_DECIMALS_AS_INTEGERS - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_LITERAL_NUMBERS_AS_BIG_DECIMALS - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_NEW_LINE_TRIMMING - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_PRINCIPALNAME - Static variable in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
The default principalNameKey value.
- DEFAULT_RELAXED - Static variable in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
The default relaxed value.
- DEFAULT_RENAMING - Static variable in class io.micronaut.views.soy.SoyViewsRendererConfigurationProperties
-
Whether to mount renaming maps.
- DEFAULT_REPORT_ONLY - Static variable in class io.micronaut.views.csp.CspConfiguration
-
- DEFAULT_SECURITYKEY - Static variable in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
The default securityKey value.
- DEFAULT_STRICT_VARIABLES - Static variable in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
- DEFAULT_SUFFIX - Static variable in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
The default suffix.
- DefaultTurboStreamRenderer - Class in io.micronaut.views.turbo
-
- DefaultTurboStreamRenderer(ViewsRendererLocator) - Constructor for class io.micronaut.views.turbo.DefaultTurboStreamRenderer
-
- DefaultViewsModelDecorator - Class in io.micronaut.views
-
- DefaultViewsModelDecorator(ApplicationContext) - Constructor for class io.micronaut.views.DefaultViewsModelDecorator
-
- DefaultViewsRendererLocator - Class in io.micronaut.views
-
- DefaultViewsRendererLocator(ApplicationContext) - Constructor for class io.micronaut.views.DefaultViewsRendererLocator
-
- DefaultViewsResolver - Class in io.micronaut.views
-
- DefaultViewsResolver() - Constructor for class io.micronaut.views.DefaultViewsResolver
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.views.csp.CspFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.views.ViewsFilter
-
- SecurityViewModelProcessor - Class in io.micronaut.views.model.security
-
Returns information about the current user so that it can be appended to the model being rendered.
- SecurityViewModelProcessor(SecurityViewModelProcessorConfiguration, SecurityService) - Constructor for class io.micronaut.views.model.security.SecurityViewModelProcessor
-
- SecurityViewModelProcessorConfiguration - Interface in io.micronaut.views.model.security
-
- SecurityViewModelProcessorConfigurationProperties - Class in io.micronaut.views.model.security
-
- SecurityViewModelProcessorConfigurationProperties() - Constructor for class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
- setAllowOverrideCoreOperators(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Sets whether or not core operators overrides should be allowed.
- setAttributesKey(String) - Method in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
Nested security map key for the user's attributes property.
- setAutoEscaping(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Sets whether or not escaping should be performed automatically.
- setCacheable(boolean) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets whether templates are cacheable.
- setCacheActive(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Enable/disable all caches, i.e.
- setCacheTTL(Duration) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets the cache TTL as a duration.
- setCacheTTLMs(long) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets the cache TTL in millis.
- setCharacterEncoding(String) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets the character encoding to use.
- setCheckExistence(boolean) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets whether templates should be checked for existence.
- setDefaultEscapingStrategy(String) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Sets the default escaping strategy of the built-in escaper extension.
- setDefaultExtension(String) - Method in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
Sets the default extension to use.
- setDefaultExtension(String) - Method in class io.micronaut.views.handlebars.HandlebarsViewsRendererConfigurationProperties
-
The default extension.
- setDefaultExtension(String) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
The default extension.
- setDefaultExtension(String) - Method in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
Sets the default extension to use for Rocker templates.
- setDefaultExtension(String) - Method in class io.micronaut.views.velocity.VelocityViewsRendererConfigurationProperties
-
Sets the defautlt extension to use for velocity templates.
- setDir(String) - Method in class io.micronaut.views.ViewsConfigurationProperties
-
The folder to look for views.
- setDynamic(boolean) - Method in class io.micronaut.views.jte.JteViewsRendererConfigurationProperties
-
Whether to enable dynamic reloading of templates.
- setDynamicPath(String) - Method in class io.micronaut.views.jte.JteViewsRendererConfigurationProperties
-
Root directory under which to write generated source and class files.
- setEnabled(boolean) - Method in class io.micronaut.views.csp.CspConfiguration
-
Sets whether CSP is enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
Whether freemarker views are enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.handlebars.HandlebarsViewsRendererConfigurationProperties
-
Whether handlebars view rendering is enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Sets whether the component is enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
Whether Rocker views are enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.soy.SoyViewsRendererConfigurationProperties
-
Whether Soy-backed views are enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets whether thymeleaf rendering is enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.velocity.VelocityViewsRendererConfigurationProperties
-
Whether velocity views are enabled.
- setEnabled(boolean) - Method in class io.micronaut.views.ViewsConfigurationProperties
-
Whether view rendering is enabled.
- setFilterPath(String) - Method in class io.micronaut.views.csp.CspConfiguration
-
Sets the path the CSP filter should apply to.
- setFolder(String) - Method in class io.micronaut.views.ViewsConfigurationProperties
-
The folder to look for views.
- setForceSecureRandom(boolean) - Method in class io.micronaut.views.csp.CspConfiguration
-
Sets whether `SecureRandom` is forced for use in generated nonce values.
- setForceSuffix(boolean) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets whether to force the suffix.
- setForceTemplateMode(boolean) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets whether to force template mode.
- setGenerateNonce(boolean) - Method in class io.micronaut.views.csp.CspConfiguration
-
If true, the CSP header will contain a generated nonce that is made available
to view renderers.
- setGreedyMatchMethod(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Enable/disable greedy matching mode for finding java method.
- setHotReloading(boolean) - Method in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
Whether hot reloading is enabled.
- setIncompatibleImprovements(Version) - Method in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
the FreeMarker version number where the not 100% backward compatible bug fixes
and improvements that you want to enable were already implemented.
- setLiteralDecimalsAsIntegers(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Enable/disable treat literal decimal as Integer.
- setLiteralNumbersAsBigDecimals(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Enable/disable treat literal numbers as BigDecimals.
- setModel(T) - Method in class io.micronaut.views.ModelAndView
-
Sets the model to use.
- setNewLineTrimming(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Changes the newLineTrimming setting of the PebbleEngine.
- setPolicyDirectives(String) - Method in class io.micronaut.views.csp.CspConfiguration
-
Sets the policy directives.
- setPrincipalNameKey(String) - Method in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
Nested security map key for the user's name property.
- setRandomEngine(Random) - Method in class io.micronaut.views.csp.CspConfiguration
-
Sets the `Random` data engine used to generate nonce values.
- setRelaxed(boolean) - Method in class io.micronaut.views.rocker.RockerViewsRendererConfigurationProperties
-
Whether relaxed binding is enabled for dynamic templates.
- setRenamingEnabled(boolean) - Method in interface io.micronaut.views.soy.SoyViewsRendererConfiguration
-
Turns renaming on or off.
- setRenamingEnabled(boolean) - Method in class io.micronaut.views.soy.SoyViewsRendererConfigurationProperties
-
Turns renaming on or off.
- setReportOnly(boolean) - Method in class io.micronaut.views.csp.CspConfiguration
-
If true, the Content-Security-Policy-Report-Only header will be sent instead
of Content-Security-Policy.
- setSecurityKey(String) - Method in class io.micronaut.views.model.security.SecurityViewModelProcessorConfigurationProperties
-
Model key name.
- setSettings(Properties) - Method in class io.micronaut.views.freemarker.FreemarkerViewsRendererConfigurationProperties
-
- setStrictVariables(boolean) - Method in class io.micronaut.views.pebble.PebbleConfigurationProperties
-
Changes the strictVariables setting of the PebbleEngine.
- setSuffix(String) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets the suffix to use.
- setTemplateMode(TemplateMode) - Method in class io.micronaut.views.thymeleaf.ThymeleafViewsRendererConfigurationProperties
-
Sets the template mode.
- setView(String) - Method in class io.micronaut.views.ModelAndView
-
Sets the view to use.
- softLimitReached() - Method in class io.micronaut.views.soy.AppendableToWritable
-
- SoyFileSetProvider - Interface in io.micronaut.views.soy
-
Interface via DI to acquire a SoyFileSet
.
- soyMicronautConfiguration - Variable in class io.micronaut.views.soy.SoySauceViewsRenderer
-
- SoyNamingMapProvider - Interface in io.micronaut.views.soy
-
Specifies an interface that provides renaming maps for CSS and XID calls in Soy templates.
- soySauce - Variable in class io.micronaut.views.soy.SoySauceViewsRenderer
-
- SoySauceViewsRenderer<T> - Class in io.micronaut.views.soy
-
Renders views with a Soy engine.
- SoySauceViewsRenderer(ViewsConfiguration, CspConfiguration, SoyNamingMapProvider, SoyViewsRendererConfigurationProperties) - Constructor for class io.micronaut.views.soy.SoySauceViewsRenderer
-
- SoyViewsRendererConfiguration - Interface in io.micronaut.views.soy
-
Configuration for the soy view renderer.
- SoyViewsRendererConfigurationProperties - Class in io.micronaut.views.soy
-
ConfigurationProperties
implementation for soy views renderer.
- SoyViewsRendererConfigurationProperties(ViewsConfiguration, SoyFileSetProvider) - Constructor for class io.micronaut.views.soy.SoyViewsRendererConfigurationProperties
-
Default constructor for Soy views renderer config properties.