|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
Deprecated. In releases following 3.6 customization will be declarative.
public 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.
| Constructor Summary | |
|---|---|
AbstractHttpSessionCollection.ApplicationScopeController()Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
extractAttributeName(java.lang.String sAttribute)Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name. |
void |
init(java.lang.String sApplication)Deprecated. Initialize the AttributeScopeController. |
java.lang.String |
qualifyAttributeName(java.lang.String sAttribute)Deprecated. Given an attribute name, return a potentially qualified name. |
| Constructor Detail |
|---|
public AbstractHttpSessionCollection.ApplicationScopeController()
| Method Detail |
|---|
public void init(java.lang.String sApplication)
init in interface HttpSessionCollection.AttributeScopeControllersApplication - an application name that may be used to qualify attribute namespublic java.lang.String qualifyAttributeName(java.lang.String sAttribute)
qualifyAttributeName in interface HttpSessionCollection.AttributeScopeControllersAttribute - the name that the application identifies the attribute bypublic java.lang.String extractAttributeName(java.lang.String sAttribute)
extractAttributeName in interface HttpSessionCollection.AttributeScopeControllersAttribute - an attribute name that may be qualified
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||