|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContext | |
---|---|
org.thymeleaf | |
org.thymeleaf.context |
Uses of IContext in org.thymeleaf |
---|
Methods in org.thymeleaf that return IContext | |
---|---|
IContext |
TemplateProcessingParameters.getContext()
Returns the current context specified for template processing. |
IContext |
Arguments.getContext()
Returns the current context specified for template processing. |
Methods in org.thymeleaf with parameters of type IContext | |
---|---|
String |
TemplateEngine.process(String templateName,
IContext context)
Process a template. |
void |
TemplateEngine.process(String templateName,
IContext context,
java.io.Writer writer)
Process a template. |
Constructors in org.thymeleaf with parameters of type IContext | |
---|---|
TemplateProcessingParameters(Configuration configuration,
String templateName,
IContext context)
Create a new TemplateProcessingParameters instance. |
Uses of IContext in org.thymeleaf.context |
---|
Subinterfaces of IContext in org.thymeleaf.context | |
---|---|
interface |
IWebContext
Subinterface of IContext for implementations that can be
used for creating HTML/XHTML interfaces in web applications. |
Classes in org.thymeleaf.context that implement IContext | |
---|---|
class |
AbstractContext
Abstract class for IContext implementations, providing some of the
features required to implement this interface. |
class |
Context
Standard implementation of IContext . |
class |
WebContext
Standard implementation for the IWebContext interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |