Class WebApplicationAdapter

    • Constructor Detail

      • WebApplicationAdapter

        public WebApplicationAdapter​(javax.servlet.ServletContext servletContext)
        Instantiates a new WebApplicationAdapter.
        Parameters:
        servletContext - the servlet context
    • Method Detail

      • getAttribute

        public <T> T getAttribute​(java.lang.String name)
        Description copied from interface: ApplicationAdapter
        Gets the attribute.
        Type Parameters:
        T - the generic type
        Parameters:
        name - the name
        Returns:
        the attribute
      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.Object o)
        Description copied from interface: ApplicationAdapter
        Sets the attribute.
        Parameters:
        name - the name
        o - the value
      • getAttributeNames

        public java.util.Enumeration<java.lang.String> getAttributeNames()
        Description copied from interface: ApplicationAdapter
        Gets the attribute names.
        Returns:
        the attribute names
      • removeAttribute

        public void removeAttribute​(java.lang.String name)
        Description copied from interface: ApplicationAdapter
        Removes the attribute.
        Parameters:
        name - the name