|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
View
interface for Thymeleaf.ThymeleafView
adding compatibility with AJAX events in
Spring JavaScript (part of Spring WebFlow).ThymeleafViewResolver
adding compatibility with AJAX-based events
(redirects) in Spring WebFlow.SpringWebContext
to templates
in Spring MVC applications in order to access beans in the Application Context.AjaxThymeleafView
for Spring WebFlow,
designed for obtaining the fragments to be rendered via
AJAX in the way needed by Spring WebFlow.FieldUtils.getBindStatusFromParsedExpression(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, boolean, String)
or FieldUtils.getBindStatus(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
instead. Will be removed in 3.0.
FieldUtils.getBindStatusFromParsedExpression(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, boolean, String)
or FieldUtils.getBindStatus(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
instead. Will be removed in 3.0.
IFragmentSpec
) defining the part
of the template that should be processed.
MessageSource
) to be
used for message resolution.
MessageSource
) to be
used for message resolution.
SpringTemplateEngine
instance,
specifically– to be used for processing the template specified by this view object.
IFragmentSpec
) defining the part
of the template that should be processed.
MessageSourceAware.setMessageSource(MessageSource)
method at the MessageSourceAware
interface, provided so that
Spring is able to automatically set the currently configured MessageSource
into
this template engine.
SpringResourceResourceResolver
.
SpringTemplateEngine
instance,
specifically– to be used for processing the template specified by this view object.
SpringTemplateEngine.setMessageSource(MessageSource)
method.
SpringContextVariableNames.SPRING_BOUND_OBJECT_EXPRESSION
instead. Will be removed in 3.0
IMessageResolver
that
integrates the standard Spring way of resolving messages into Thymeleaf.IMessageResolver
that
integrates the standard Spring way of resolving messages into Thymeleaf.IResourceResolver
that resolves
resources by delegating on Spring's resource resolution mechanism, implemented by the
ResourceLoader
interface.ITemplateResolver
that extends TemplateResolver
and uses a SpringResourceResourceResolver
for resource resolution.IStandardConversionService
that delegates
to Spring's type conversion system.StandardDialect
meant for use in Spring MVC applications.TemplateEngine
meant for Spring MVC applications,
that establishes by default an instance of SpringStandardDialect
as a dialect (instead of an instance of StandardDialect
,
which is the default in TemplateEngine
.IContext
meant for Spring MVC applications,
extending WebContext
and adding:
A special beans variable of class (Beans
) that allows users to access beans
in the application context.EvaluationContext
interface.EvaluationContext
interface designed to wrap around another delegated implementation of this same interface,
adding (if needed) the Thymeleaf-required
PropertyAccessor
implementations and (optionally)
a series of variables to be accessed like #variableName during expression evaluation.View
interface.ViewResolver
interface.VariablesMap
objects correctly (map keys will be accessible
as object properties).
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |