Package org.thymeleaf.web.servlet
Interface IServletWebApplication
- All Superinterfaces:
IWebApplication
- All Known Implementing Classes:
JakartaServletWebApplication,JavaxServletWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainsAttribute(String name) default intgetResource(String path) default voidremoveAttribute(String name) default booleanresourceExists(String path) Methods inherited from interface org.thymeleaf.web.IWebApplication
getAttributeValue, getResourceAsStream, setAttributeValue
-
Method Details
-
getAttributeNames
Enumeration<String> getAttributeNames() -
containsAttribute
- Specified by:
containsAttributein interfaceIWebApplication
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCountin interfaceIWebApplication
-
getAllAttributeNames
- Specified by:
getAllAttributeNamesin interfaceIWebApplication
-
getAttributeMap
- Specified by:
getAttributeMapin interfaceIWebApplication
-
removeAttribute
- Specified by:
removeAttributein interfaceIWebApplication
-
getResource
- Throws:
MalformedURLException
-
resourceExists
- Specified by:
resourceExistsin interfaceIWebApplication
-
getNativeServletContextObject
Object getNativeServletContextObject()
-