|
||||||||||
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.Fields.Fields(Configuration, IProcessingContext)
instead.
Will be removed in 2.1.x
AjaxThymeleafView
for Spring WebFlow,
designed for obtaining the fragments to be rendered via
AJAX in the way needed by Spring WebFlow.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.
SpringMessageResolver
configured by default.
SpringTemplateEngine
instance,
specifically– to be used for processing the template specified by this view object.
StandardEvaluationContext
object
which will contain every expression-evaluation structure needed except for the
expression variables.SpelVariableExpressionEvaluator
instead. Will
be removed in 2.1.xIMessageResolver
that
integrates the standard Spring way of resolving messages into Thymeleaf.IMessageResolver
that
integrates the standard Spring way of resolving messages into Thymeleaf.StandardSingleRemovableAttributeModifierAttrProcessor
,
removing the method attribute from the list, as this will be treated at the
SpringMethodAttrProcessor
processor.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.View
interface.ViewResolver
interface.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |