public class CoarseSessionAttributes extends CoarseImmutableSessionAttributes implements SessionAttributes
| Constructor and Description |
|---|
CoarseSessionAttributes(Map<String,Object> attributes,
Mutator mutator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Object |
removeAttribute(String name) |
Object |
setAttribute(String name,
Object value) |
getAttributeNamesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNamespublic Object removeAttribute(String name)
removeAttribute in interface SessionAttributespublic Object setAttribute(String name, Object value)
setAttribute in interface SessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesgetAttribute in class CoarseImmutableSessionAttributesCopyright © 2015 JBoss by Red Hat. All rights reserved.