public class SettingContext extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Context |
context
Context of the setting object.
|
protected String |
ContextPath
Path of the context in JCR.
|
protected String |
repositoryName
Name of the repository in JCR.
|
Constructor and Description |
---|
SettingContext(Context context)
Creates a SettingContext object with a specified context type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares a specified object with the SettingContext for equality.
|
Context |
getContext()
Gets a context object associated with the SettingContext object.
|
String |
getContextPath()
Gets path of the SettingContext object.
|
static String |
getCurrentRepositoryName()
Gets the current repository name.
|
String |
getRepositoryName()
Gets a repository name associated with the SettingContext object.
|
int |
hashCode()
Returns the hash code value for the SettingContext object.
|
protected String repositoryName
protected Context context
protected String ContextPath
public SettingContext(Context context)
context
- The context type.public boolean equals(Object obj)
public int hashCode()
public String getContextPath()
public String getRepositoryName()
public Context getContext()
public static String getCurrentRepositoryName()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.