Interface SessionNamespaceAttribute


  • public interface SessionNamespaceAttribute
    This interface represents a name/value pair that is stored as an attribute in the session namespace ( SessionNamespace ).
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultValue()
      Returns the default value of the attribute
      java.lang.String getName()
      Returns the attribute name.
      java.lang.String getValue()
      Returns the attribute value.
      java.lang.String toString()
      Returns a string representation of the SessionNamespaceAttribute.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the attribute name.
        Returns:
        name of the attribute
      • getValue

        java.lang.String getValue()
        Returns the attribute value.
        Returns:
        value of the attribute
      • getDefaultValue

        java.lang.String getDefaultValue()
        Returns the default value of the attribute
        Returns:
        default value of the attribute
      • toString

        java.lang.String toString()
        Returns a string representation of the SessionNamespaceAttribute.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the SessionNamespaceAttribute