Interface IServletWebApplication

    • Method Detail

      • getAttributeNames

        java.util.Enumeration<java.lang.String> getAttributeNames()
      • getAttributeMap

        default java.util.Map<java.lang.String,​java.lang.Object> getAttributeMap()
        Specified by:
        getAttributeMap in interface IWebApplication
      • getResource

        java.net.URL getResource​(java.lang.String path)
                          throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • getNativeServletContextObject

        java.lang.Object getNativeServletContextObject()