Uses of Interface
org.thymeleaf.web.IWebApplication
-
Packages that use IWebApplication Package Description org.thymeleaf.context org.thymeleaf.templateresolver org.thymeleaf.templateresource org.thymeleaf.web org.thymeleaf.web.servlet -
-
Uses of IWebApplication in org.thymeleaf.context
Fields in org.thymeleaf.context declared as IWebApplication Modifier and Type Field Description private IWebApplicationWebEngineContext.ApplicationAttributeMap. webApplicationMethods in org.thymeleaf.context that return IWebApplication Modifier and Type Method Description private IWebApplicationWebEngineContext.ApplicationAttributeMap. getApplication() -
Uses of IWebApplication in org.thymeleaf.templateresolver
Fields in org.thymeleaf.templateresolver declared as IWebApplication Modifier and Type Field Description private IWebApplicationWebApplicationTemplateResolver. webApplicationConstructors in org.thymeleaf.templateresolver with parameters of type IWebApplication Constructor Description WebApplicationTemplateResolver(IWebApplication webApplication) -
Uses of IWebApplication in org.thymeleaf.templateresource
Fields in org.thymeleaf.templateresource declared as IWebApplication Modifier and Type Field Description private IWebApplicationWebApplicationTemplateResource. webApplicationConstructors in org.thymeleaf.templateresource with parameters of type IWebApplication Constructor Description WebApplicationTemplateResource(IWebApplication webApplication, java.lang.String path, java.lang.String characterEncoding) -
Uses of IWebApplication in org.thymeleaf.web
Methods in org.thymeleaf.web that return IWebApplication Modifier and Type Method Description IWebApplicationIWebExchange. getApplication() -
Uses of IWebApplication in org.thymeleaf.web.servlet
Subinterfaces of IWebApplication in org.thymeleaf.web.servlet Modifier and Type Interface Description interfaceIServletWebApplicationClasses in org.thymeleaf.web.servlet that implement IWebApplication Modifier and Type Class Description classJakartaServletWebApplicationclassJavaxServletWebApplication
-