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 Details

    • getAttributeNames

      public Enumeration<String> getAttributeNames()
      Specified by:
      getAttributeNames in interface org.thymeleaf.web.servlet.IServletWebApplication
    • getAttributeValue

      public Object getAttributeValue(String name)
      Specified by:
      getAttributeValue in interface org.thymeleaf.web.IWebApplication
    • setAttributeValue

      public void setAttributeValue(String name, Object value)
      Specified by:
      setAttributeValue in interface org.thymeleaf.web.IWebApplication
    • getResourceAsStream

      public InputStream getResourceAsStream(String path)
      Specified by:
      getResourceAsStream in interface org.thymeleaf.web.IWebApplication
    • getResource

      public URL getResource(String path) throws MalformedURLException
      Specified by:
      getResource in interface org.thymeleaf.web.servlet.IServletWebApplication
      Throws:
      MalformedURLException
    • getNativeServletContextObject

      public Object getNativeServletContextObject()
      Specified by:
      getNativeServletContextObject in interface org.thymeleaf.web.servlet.IServletWebApplication