Package | Description |
---|---|
info.magnolia.init.properties |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamBasedPropertySource
Abstract implementation of
PropertySource , providing the basic mechanisms
for loading Properties from a given InputStream . |
class |
ClasspathPropertySource
Simple
PropertySource wrapping Properties
loaded on the classpath from a given path. |
class |
FileSystemPropertySource
Simple
PropertySource wrapping Properties
loaded on the file system from a given path. |
class |
InitPathsPropertySource
A
PropertySource providing the paths of MagnoliaInitPaths
as properties: "magnolia.webapp", "magnolia.app.rootdir",
"magnolia.servername", and "magnolia.contextpath". |
class |
ModulePropertiesSource
A
PropertySource exposing properties
from all known module descriptors. |
class |
ServletContextPropertySource
Simple
PropertySource wrapping Properties
loaded with the ServletContext from a given path. |
class |
SystemPropertySource
A
PropertySource exposing all System.props properties. |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.