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 classAbstractHttpSessionCollection.ApplicationScopeControllerA 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 classAbstractHttpSessionCollection.GlobalScopeControllerA 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.AttributeScopeControllerAbstractHttpSessionCollection. getScopeController()Get the AttributeScopeController for the session collection, if one was specified.
-