public interface FilteringHttpSession
extends javax.servlet.http.HttpSession
HttpSession whose attributes can be filtered.| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,T> |
getAttributes(Class<T> targetClass)
Returns the session attributes that are instances of the specified class.
|
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveIntervalCopyright © 2020 JBoss by Red Hat. All rights reserved.