|
Oracle® Coherence Java API Reference v3.5 E14977-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.GlobalScopeController
public static class AbstractHttpSessionCollection.GlobalScopeController
A simple implementation of the AttributeScopeController interface that does not scope attributes.
Constructor Summary | |
---|---|
AbstractHttpSessionCollection.GlobalScopeController() |
Method Summary | |
---|---|
java.lang.String |
extractAttributeName(java.lang.String sAttribute) Given a potentially qualified attribute name, return the original (fully unqualified) attribute name. |
void |
init(java.lang.String sApplication) Initialize the AttributeScopeController. |
java.lang.String |
qualifyAttributeName(java.lang.String sAttribute) Given an attribute name, return a potentially qualified name. |
Constructor Detail |
---|
public AbstractHttpSessionCollection.GlobalScopeController()
Method Detail |
---|
public void init(java.lang.String sApplication)
init
in interface HttpSessionCollection.AttributeScopeController
sApplication
- an application name that may be used to qualify attribute namespublic java.lang.String qualifyAttributeName(java.lang.String sAttribute)
qualifyAttributeName
in interface HttpSessionCollection.AttributeScopeController
sAttribute
- the name that the application identifies the attribute bypublic java.lang.String extractAttributeName(java.lang.String sAttribute)
extractAttributeName
in interface HttpSessionCollection.AttributeScopeController
sAttribute
- an attribute name that may be qualified
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |