| Package | Description | 
|---|---|
| ej.property | |
| ej.property.loader | |
| ej.property.registry | |
| ej.wadapps.property | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PropertyRegistry
A property registry is a property loader that allows to add or remove properties dynamically. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyLoader | 
PropertyFactory.getPropertyLoader()
Gets a property loader unique instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompositePropertyLoader
A composite property loader contains a list a property loaders. 
 | 
class  | 
FilePropertyLoader
A property loader that searches in a properties file. 
 | 
class  | 
SystemPropertyLoader
A property loader that searches in system properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompositePropertyLoader.addPropertyLoader(PropertyLoader propertyLoader)
Adds a property loader at the end of the list a property loaders used by this composite property loader. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimplePropertyRegistry
Simple implementation of a property registry. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SharedPropertyRegistry
Shared property registry is used to share properties between different applications. 
 |