eXo Kernel :: Container 2.4.13-GA

Uses of Class
org.exoplatform.container.xml.Configuration

Packages that use Configuration
org.exoplatform.container This package provides container API. 
org.exoplatform.container.configuration   
org.exoplatform.container.xml   
 

Uses of Configuration in org.exoplatform.container
 

Methods in org.exoplatform.container that return Configuration
protected  Configuration ExoContainer.getConfiguration()
          Gets the ConfigurationManager from the given ExoContainer if it exists, then returns the nested Configuration otherwise it returns null
 

Uses of Configuration in org.exoplatform.container.configuration
 

Fields in org.exoplatform.container.configuration declared as Configuration
protected  Configuration ConfigurationManagerImpl.configurations_
           
 

Methods in org.exoplatform.container.configuration that return Configuration
 Configuration ConfigurationManager.getConfiguration()
           
 Configuration ConfigurationManagerImpl.getConfiguration()
           
 Configuration ConfigurationUnmarshaller.unmarshall(URL url)
           
 

Uses of Configuration in org.exoplatform.container.xml
 

Methods in org.exoplatform.container.xml that return Configuration
static Configuration Configuration.merge(Configuration... configs)
          Merge all the given configurations and return a safe copy of the result
 

Methods in org.exoplatform.container.xml with parameters of type Configuration
static Configuration Configuration.merge(Configuration... configs)
          Merge all the given configurations and return a safe copy of the result
 void Configuration.mergeConfiguration(Configuration other)
           
 


eXo Kernel :: Container 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.