Uses of Class
org.thymeleaf.context.AbstractContext
-
Packages that use AbstractContext Package Description org.thymeleaf.context -
-
Uses of AbstractContext in org.thymeleaf.context
Subclasses of AbstractContext in org.thymeleaf.context Modifier and Type Class Description class
AbstractExpressionContext
Base abstract class implementingIExpressionContext
.class
Context
Basic, non-web implementation ofIContext
, valid for most non-web scenarios.class
ExpressionContext
Basic implementation of theIExpressionContext
interface.class
WebContext
Basic web-oriented implementation of theIContext
andIWebContext
interfaces.class
WebExpressionContext
Basic web-oriented implementation of theIExpressionContext
andIWebContext
interfaces.
-