Package org.thymeleaf.web.servlet
Interface IServletWebExchange
- All Superinterfaces:
IWebExchange
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainsAttribute(String name) default intdefault voidremoveAttribute(String name) Methods inherited from interface org.thymeleaf.web.IWebExchange
getAttributeValue, getCharacterEncoding, getContentType, getLocale, getPrincipal, hasSession, setAttributeValue, transformURL
-
Method Details
-
getRequest
IServletWebRequest getRequest()- Specified by:
getRequestin interfaceIWebExchange
-
getSession
IServletWebSession getSession()- Specified by:
getSessionin interfaceIWebExchange
-
getApplication
IServletWebApplication getApplication()- Specified by:
getApplicationin interfaceIWebExchange
-
getAttributeNames
Enumeration<String> getAttributeNames() -
containsAttribute
- Specified by:
containsAttributein interfaceIWebExchange
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCountin interfaceIWebExchange
-
getAllAttributeNames
- Specified by:
getAllAttributeNamesin interfaceIWebExchange
-
getAttributeMap
- Specified by:
getAttributeMapin interfaceIWebExchange
-
removeAttribute
- Specified by:
removeAttributein interfaceIWebExchange
-
getNativeRequestObject
Object getNativeRequestObject() -
getNativeResponseObject
Object getNativeResponseObject()
-