org.exoplatform.settings.chromattic
Class SimpleContextEntity

java.lang.Object
  extended by org.exoplatform.settings.chromattic.ContextEntity
      extended by org.exoplatform.settings.chromattic.SimpleContextEntity

public abstract class SimpleContextEntity
extends ContextEntity

Author:
Alain Defrance

Constructor Summary
SimpleContextEntity()
           
 
Method Summary
protected abstract  ScopeEntity create()
           
 ScopeEntity getScope(String scopeName)
           
protected abstract  Map<String,ScopeEntity> getScopes()
           
 
Methods inherited from class org.exoplatform.settings.chromattic.ContextEntity
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContextEntity

public SimpleContextEntity()
Method Detail

getScopes

protected abstract Map<String,ScopeEntity> getScopes()

create

protected abstract ScopeEntity create()

getScope

public ScopeEntity getScope(String scopeName)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.