Interface ImmutableSessionAttributes
-
- All Known Subinterfaces:
SessionAttributes
- All Known Implementing Classes:
OOBSession
public interface ImmutableSessionAttributesProvides read-only access to a session's attributes.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)Retrieves the value of the specified attribute.Set<String>getAttributeNames()Returns the names of the attributes of this session.
-