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