public class SimpleImmutableSessionAttributes extends Object implements ImmutableSessionAttributes
Constructor and Description |
---|
SimpleImmutableSessionAttributes(ImmutableSessionAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Retrieves the value of the specified attribute.
|
Set<String> |
getAttributeNames()
Returns the names of the attributes of this session.
|
public SimpleImmutableSessionAttributes(ImmutableSessionAttributes attributes)
public Set<String> getAttributeNames()
ImmutableSessionAttributes
getAttributeNames
in interface ImmutableSessionAttributes
public Object getAttribute(String name)
ImmutableSessionAttributes
getAttribute
in interface ImmutableSessionAttributes
name
- a unique attribute nameCopyright © 2013 JBoss by Red Hat. All rights reserved.