Uses of Class
org.exoplatform.container.xml.Configuration
-
Packages that use Configuration Package Description 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 Modifier and Type Method Description protected ConfigurationExoContainer. getConfiguration()Gets theConfigurationManagerfrom the givenExoContainerif it exists, then returns the nestedConfigurationotherwise it returnsnull -
Uses of Configuration in org.exoplatform.container.configuration
Fields in org.exoplatform.container.configuration declared as Configuration Modifier and Type Field Description protected ConfigurationConfigurationManagerImpl. configurations_Methods in org.exoplatform.container.configuration that return Configuration Modifier and Type Method Description ConfigurationConfigurationManager. getConfiguration()Gives the entire configurationConfigurationConfigurationManagerImpl. getConfiguration()ConfigurationConfigurationUnmarshaller. unmarshall(URL url) -
Uses of Configuration in org.exoplatform.container.xml
Methods in org.exoplatform.container.xml that return Configuration Modifier and Type Method Description static ConfigurationConfiguration. merge(Configuration... configs)Merge all the given configurations and return a safe copy of the resultMethods in org.exoplatform.container.xml with parameters of type Configuration Modifier and Type Method Description static ConfigurationConfiguration. merge(Configuration... configs)Merge all the given configurations and return a safe copy of the resultvoidConfiguration. mergeConfiguration(Configuration other)
-