Package | Description |
---|---|
dk.heick.properties.io | |
dk.heick.properties.io.http | |
dk.heick.properties.io.specialized |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilePropertyIO
Abstract PropertyIO for handling file properties.
|
class |
AbstractJDBCPropertyIO
Abstract class which implements all the JDBC handling, all it needs is the implementation of getConnection.
|
class |
AbstractURLPropertyIO
Abstract PropertyIO which gets Properties from an URL location.
|
class |
AbstractXMLFilePropertyIO
Abstract class for handling properties which is stored in xml files.
|
class |
AbstractXMLInputStreamPropertyIO
Abstract class for handling properties which is stored in an inputstream returning xml content.
|
class |
CompositePropertyIO
Load properties from multiple PropertyIO's.
|
class |
DatasourceJDBCPropertyIO
An implementation of
DatasourceJDBCPropertyIO which gets its connection from a datasource name. |
class |
FilePropertyIO
Loads the properties via a
File using Properties.load method. |
class |
InputStreamPropertyIO
Class for handling properties which is stored in an inputstream that can be loaded by the
Properties.load() method. |
class |
ManifestPropertyIO
ManifestPropertyIO id a readonly and cached PropertyIO.
|
class |
MemoryPropertyIO
A PropertyIO which holds it properties in memory.
|
class |
ResourceBundlePropertyIO
Loads the properties via a
ResourceBundle.getBundle method. |
class |
ResourceFilePropertyIO
Deprecated.
please see ResourceStreamPropertyIO or ResourceBundlePropertyIO, will be DELETED in next version.
|
class |
ResourceStreamPropertyIO
Loads the property file from the
classLoader.getResourceAsStream() . |
class |
ServletContextPropertyIO
Loads the property file from a file, resolving the path with
getServletContext().getRealPath(getResourceName()) . |
class |
UrlJDBCPropertyIO
An implementation of
AbstractJDBCPropertyIO which gets its connection from an URL definition. |
class |
WebContextParamsPropertyIO
Loads the InitParameters defined by the
ServletContext.getInitParameterNames() into a memory stored Properties instance. |
class |
XMLParsedFilePropertyIO
Parses a XML file to Properties using an instance of XMLPropertiesParser
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpPropertyIO
Abstract class for handling properties via HttpServletRequest.
|
class |
HttpCookiesPropertyIO
Handle Cookie objects from the HttpServletRequest.
Can read and write cookies. |
class |
HttpRequestHeadersPropertyIO
Load properties from the HttpServletRequest Headers.
|
class |
HttpRequestParamsPropertyIO
Load properties from
HttpServletRequest.getParameterMap() . |
class |
HttpRequestPropertyIO
Load properties from
HttpServletRequest.getParameterMap() and from HttpServletRequest.getHeaders(...) . |
class |
HttpResponseHeadersPropertyIO
Load and writes properties from the HttpServletResponse Headers.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossSystemPropertiesPropertyIO
Loads the properties from a XML file from an Jboss xml file.
|