Interface IWebApplication

    • Method Detail

      • containsAttribute

        boolean containsAttribute​(String name)
      • getAttributeCount

        int getAttributeCount()
      • getAllAttributeNames

        Set<String> getAllAttributeNames()
      • getAttributeValue

        Object getAttributeValue​(String name)
      • setAttributeValue

        void setAttributeValue​(String name,
                               Object value)
      • removeAttribute

        void removeAttribute​(String name)
      • resourceExists

        boolean resourceExists​(String path)