org.exoplatform.commons.api.settings.data
Class SettingContext

java.lang.Object
  extended by org.exoplatform.commons.api.settings.data.SettingContext
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SettingScope

public class SettingContext
extends Object
implements Serializable

Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 27, 2012

See Also:
Serialized Form

Field Summary
protected  Context context
           
protected  String ContextPath
           
protected  String repositoryName
           
 
Constructor Summary
SettingContext(Context context)
           
 
Method Summary
 boolean equals(Object obj)
           
 Context getContext()
           
 String getContextPath()
           
static String getCurrentRepositoryName()
           
 String getRepositoryName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryName

protected String repositoryName

context

protected Context context

ContextPath

protected String ContextPath
Constructor Detail

SettingContext

public SettingContext(Context context)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getContextPath

public String getContextPath()

getRepositoryName

public String getRepositoryName()

getContext

public Context getContext()

getCurrentRepositoryName

public static String getCurrentRepositoryName()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.