public class ImmutableSessionAttributesFilter extends Object implements SessionAttributesFilter
| Constructor and Description |
|---|
ImmutableSessionAttributesFilter(ImmutableSession session) |
ImmutableSessionAttributesFilter(ImmutableSessionAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,T> |
getAttributes(Class<T> targetClass)
Returns the attributes who values implement the specified type.
|
public ImmutableSessionAttributesFilter(ImmutableSession session)
public ImmutableSessionAttributesFilter(ImmutableSessionAttributes attributes)
public <T> Map<String,T> getAttributes(Class<T> targetClass)
SessionAttributesFiltergetAttributes in interface SessionAttributesFilterT - the target instanceof typetargetClass - a target class/interface.Copyright © 2022 JBoss by Red Hat. All rights reserved.