info.magnolia.cms.beans.config
Class ConfigLoader
java.lang.Object
info.magnolia.cms.beans.config.ConfigLoader
public class ConfigLoader
- extends Object
This class is an entry point to all config.
- Version:
- 1.1
- Author:
- Sameer Charles
Constructor Summary |
ConfigLoader(javax.servlet.ServletContext context)
Initialize a ConfigLoader instance. |
Method Summary |
void |
load(javax.servlet.ServletContext servletContext)
Load magnolia configuration from repositories. |
void |
unload(javax.servlet.ServletContext servletContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigLoader
public ConfigLoader(javax.servlet.ServletContext context)
- Initialize a ConfigLoader instance. All the supplied parameters will be set in
info.magnolia.cms.beans.runtime.SystemProperty
- Parameters:
context
- ServletContext- See Also:
SystemProperty
unload
public void unload(javax.servlet.ServletContext servletContext)
load
public void load(javax.servlet.ServletContext servletContext)
- Load magnolia configuration from repositories.
- Parameters:
servletContext
- ServletContext
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.