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 TypeMethodDescriptionboolean
containsAttribute
(String name) int
getAttributeValue
(String name) default boolean
void
removeAttribute
(String name) void
setAttributeValue
(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
-