Class | Description |
---|---|
AbstractFilePropertyIO |
Abstract PropertyIO for handling file properties.
|
AbstractJDBCPropertyIO |
Abstract class which implements all the JDBC handling, all it needs is the implementation of getConnection.
|
AbstractPropertyIO |
An implementation of PropertyIO that handles caching of typed objects and the read only property.
|
AbstractURLPropertyIO |
Abstract PropertyIO which gets Properties from an URL location.
|
AbstractXMLFilePropertyIO |
Abstract class for handling properties which is stored in xml files.
|
AbstractXMLInputStreamPropertyIO |
Abstract class for handling properties which is stored in an inputstream returning xml content.
|
CompositePropertyIO |
Load properties from multiple PropertyIO's.
|
CompositePropertyIOFactory |
A factory class with to construct
CompositePropertyIO . |
DatasourceJDBCPropertyIO |
An implementation of
DatasourceJDBCPropertyIO which gets its connection from a datasource name. |
FilePropertyIO |
Loads the properties via a
File using Properties.load method. |
FilePropertyIOFactory |
Factory class for construction of FilePropertyIO.
|
HttpPropertyIOFactory |
Helper class for Http access to Properties.
|
InputStreamPropertyIO |
Class for handling properties which is stored in an inputstream that can be loaded by the
Properties.load() method. |
ManifestPropertyIO |
ManifestPropertyIO id a readonly and cached PropertyIO.
|
MemoryPropertyIO |
A PropertyIO which holds it properties in memory.
|
ResourceBundlePropertyIO |
Loads the properties via a
ResourceBundle.getBundle method. |
ResourceFilePropertyIO | Deprecated
please see ResourceStreamPropertyIO or ResourceBundlePropertyIO, will be DELETED in next version.
|
ResourceStreamPropertyIO |
Loads the property file from the
classLoader.getResourceAsStream() . |
ServletContextPropertyIO |
Loads the property file from a file, resolving the path with
getServletContext().getRealPath(getResourceName()) . |
UrlJDBCPropertyIO |
An implementation of
AbstractJDBCPropertyIO which gets its connection from an URL definition. |
WebContextParamsPropertyIO |
Loads the InitParameters defined by the
ServletContext.getInitParameterNames() into a memory stored Properties instance. |
XMLParsedFilePropertyIO |
Parses a XML file to Properties using an instance of XMLPropertiesParser
|
Enum | Description |
---|---|
ManifestPropertyIO.INIT_METHOD |