| Package | Description |
|---|---|
| org.exoplatform.commons.scope |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Serializable> |
ScopedKey.create(S key)
Create a scoped key from a key, the scope value is obtained from the
ScopeManager.getCurrentScope() method. |
static <S extends Serializable> |
ScopedKey.create(String scope,
S key)
Creates a new scoped key with an explicit scope value.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.