Class WebActivityApplication
java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivityApplication
- All Implemented Interfaces:
org.thymeleaf.web.IWebApplication
,org.thymeleaf.web.servlet.IServletWebApplication
public class WebActivityApplication
extends Object
implements org.thymeleaf.web.servlet.IServletWebApplication
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(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
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceorg.thymeleaf.web.servlet.IServletWebApplication
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceorg.thymeleaf.web.IWebApplication
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceorg.thymeleaf.web.IWebApplication
-
getResourceAsStream
- Specified by:
getResourceAsStream
in interfaceorg.thymeleaf.web.IWebApplication
-
getResource
- Specified by:
getResource
in interfaceorg.thymeleaf.web.servlet.IServletWebApplication
- Throws:
MalformedURLException
-
getNativeServletContextObject
- Specified by:
getNativeServletContextObject
in interfaceorg.thymeleaf.web.servlet.IServletWebApplication
-