|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.settings.data.Tools
public class Tools
This class is useful to build the path of object saved in Jcr.
| Constructor Summary | |
|---|---|
Tools()
|
|
| Method Summary | |
|---|---|
static String |
buildContextPath(Context context)
Build path to a specified context in database |
static String |
buildFullPath(Context context,
Scope scope,
String key)
Build path of a specified setting property stored in database |
static String |
buildScopePath(Context context,
Scope scope)
Build the path to a specified scope in database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tools()
| Method Detail |
|---|
public static String buildScopePath(Context context,
Scope scope)
context - context with which the path is to be associatedscope - scope with which the path is to be associated
public static String buildContextPath(Context context)
context - context with which the path is to be associated
public static String buildFullPath(Context context,
Scope scope,
String key)
context - associated context to setting propertyscope - associated scope to setting propertykey - associated key to setting property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||