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