public class CoarseImmutableSessionAttributes extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
CoarseImmutableSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller) |
| 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.
|
protected Map<String,Object> |
getAttributes() |
public CoarseImmutableSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes, SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller)
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.