Package org.thymeleaf.web
Interface IWebApplication
- All Known Subinterfaces:
IServletWebApplication
- All Known Implementing Classes:
JakartaServletWebApplication
,JavaxServletWebApplication
public interface IWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAttribute
(String name) int
getAttributeValue
(String name) getResourceAsStream
(String path) void
removeAttribute
(String name) boolean
resourceExists
(String path) void
setAttributeValue
(String name, Object value)
-
Method Details
-
containsAttribute
-
getAttributeCount
int getAttributeCount() -
getAllAttributeNames
-
getAttributeMap
-
getAttributeValue
-
setAttributeValue
-
removeAttribute
-
resourceExists
-
getResourceAsStream
-