Uses of Interface
org.thymeleaf.web.IWebRequest
-
Packages that use IWebRequest Package Description org.thymeleaf.context org.thymeleaf.web org.thymeleaf.web.servlet -
-
Uses of IWebRequest in org.thymeleaf.context
Fields in org.thymeleaf.context declared as IWebRequest Modifier and Type Field Description private IWebRequestWebEngineContext.RequestParameterMap. webRequestMethods in org.thymeleaf.context that return IWebRequest Modifier and Type Method Description private IWebRequestWebEngineContext.RequestParameterMap. getRequest() -
Uses of IWebRequest in org.thymeleaf.web
Methods in org.thymeleaf.web that return IWebRequest Modifier and Type Method Description IWebRequestIWebExchange. getRequest() -
Uses of IWebRequest in org.thymeleaf.web.servlet
Subinterfaces of IWebRequest in org.thymeleaf.web.servlet Modifier and Type Interface Description interfaceIServletWebRequestClasses in org.thymeleaf.web.servlet that implement IWebRequest Modifier and Type Class Description (package private) classJakartaServletWebRequest(package private) classJavaxServletWebRequest
-