Package org.thymeleaf.web
Interface IWebExchange
- All Known Subinterfaces:
IServletWebExchange
public interface IWebExchange
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAttribute(String name) intgetAttributeValue(String name) default booleanvoidremoveAttribute(String name) voidsetAttributeValue(String name, Object value) transformURL(String url)
-
Method Details
-
getRequest
IWebRequest getRequest() -
getSession
IWebSession getSession() -
getApplication
IWebApplication getApplication() -
hasSession
default boolean hasSession() -
getPrincipal
Principal getPrincipal() -
getLocale
Locale getLocale() -
getContentType
String getContentType() -
getCharacterEncoding
String getCharacterEncoding() -
containsAttribute
-
getAttributeCount
int getAttributeCount() -
getAllAttributeNames
-
getAttributeMap
-
getAttributeValue
-
setAttributeValue
-
removeAttribute
-
transformURL
-