Package org.thymeleaf.web.servlet
Class JavaxServletWebApplication
Object
org.thymeleaf.web.servlet.JavaxServletWebApplication
- All Implemented Interfaces:
IWebApplication
,IServletWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic JavaxServletWebApplication
buildApplication
(javax.servlet.ServletContext servletContext) buildExchange
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) getAttributeValue
(String name) getResource
(String path) getResourceAsStream
(String path) void
setAttributeValue
(String name, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.thymeleaf.web.servlet.IServletWebApplication
containsAttribute, getAllAttributeNames, getAttributeCount, getAttributeMap, removeAttribute, resourceExists
-
Method Details
-
buildApplication
public static JavaxServletWebApplication buildApplication(javax.servlet.ServletContext servletContext) -
buildExchange
public IServletWebExchange buildExchange(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) -
getAttributeNames
- Specified by:
getAttributeNames
in interfaceIServletWebApplication
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceIWebApplication
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceIWebApplication
-
getResourceAsStream
- Specified by:
getResourceAsStream
in interfaceIWebApplication
-
getResource
- Specified by:
getResource
in interfaceIServletWebApplication
- Throws:
MalformedURLException
-
getNativeServletContextObject
- Specified by:
getNativeServletContextObject
in interfaceIServletWebApplication
-