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()
ImmutableSessionAttributesgetAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
ImmutableSessionAttributesgetAttribute in interface ImmutableSessionAttributesname - a unique attribute nameCopyright © 2014 JBoss by Red Hat. All rights reserved.