Package org.thymeleaf.web.servlet
Interface IServletWebExchange
- All Superinterfaces:
IWebExchange
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
containsAttribute
(String name) default int
default void
removeAttribute
(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:
getRequest
in interfaceIWebExchange
-
getSession
IServletWebSession getSession()- Specified by:
getSession
in interfaceIWebExchange
-
getApplication
IServletWebApplication getApplication()- Specified by:
getApplication
in interfaceIWebExchange
-
getAttributeNames
Enumeration<String> getAttributeNames() -
containsAttribute
- Specified by:
containsAttribute
in interfaceIWebExchange
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCount
in interfaceIWebExchange
-
getAllAttributeNames
- Specified by:
getAllAttributeNames
in interfaceIWebExchange
-
getAttributeMap
- Specified by:
getAttributeMap
in interfaceIWebExchange
-
removeAttribute
- Specified by:
removeAttribute
in interfaceIWebExchange
-
getNativeRequestObject
Object getNativeRequestObject() -
getNativeResponseObject
Object getNativeResponseObject()
-