Uses of Interface
com.tangosol.coherence.servlet.HttpSessionCollection.AttributeScopeController
-
Packages that use HttpSessionCollection.AttributeScopeController Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of HttpSessionCollection.AttributeScopeController in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement HttpSessionCollection.AttributeScopeController Modifier and Type Class Description static class
AbstractHttpSessionCollection.ApplicationScopeController
A simple implementation of the AttributeScopeController interface that scopes all attributes to the application by prepending the name of the application to all attribute names.static class
AbstractHttpSessionCollection.GlobalScopeController
A simple implementation of the AttributeScopeController interface that does not scope attributes.Methods in com.tangosol.coherence.servlet that return HttpSessionCollection.AttributeScopeController Modifier and Type Method Description protected HttpSessionCollection.AttributeScopeController
AbstractHttpSessionCollection. getScopeController()
Get the AttributeScopeController for the session collection, if one was specified.
-