Class BasicApplicationAdapter

    • Constructor Detail

      • BasicApplicationAdapter

        public BasicApplicationAdapter()
        Instantiates a new BasicApplicationAdapter.
      • BasicApplicationAdapter

        public BasicApplicationAdapter​(java.lang.Object adaptee)
        Instantiates a new BasicApplicationAdapter.
        Parameters:
        adaptee - the adaptee object
    • 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 value)
        Description copied from interface: ApplicationAdapter
        Sets the attribute.
        Parameters:
        name - the name
        value - 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