Uses of Class
org.apache.catalina.util.Enumerator
-
Packages that use Enumerator Package Description org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext. -
-
Uses of Enumerator in org.apache.catalina.session
Methods in org.apache.catalina.session that return Enumerator Modifier and Type Method Description protected Enumerator<String>StandardSession. getAttributeNamesInternal()Returns names of attributes even for expired session.
-