Uses of Class
org.apache.catalina.session.StandardSessionFacade
-
Packages that use StandardSessionFacade 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 StandardSessionFacade in org.apache.catalina.session
Fields in org.apache.catalina.session declared as StandardSessionFacade Modifier and Type Field Description protected StandardSessionFacadeStandardSession. facadeThe facade associated with this session.
-