See: Description
| Interface | Description |
|---|---|
| DefinitionsFactory |
Interface for creating a
Definitions and managing their contents. |
| DefinitionsReader |
Interface for reading
from a source. |
| RefreshMonitor |
Implementing this interface means that the object monitors the sources it
uses to check when they change.
|
| Class | Description |
|---|---|
| LocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned.. |
| UnresolvingLocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, without resolving definition
inheritance when a definition is returned. |
| Exception | Description |
|---|---|
| DefinitionsFactoryException |
Exception thrown when an error occurs while the impl tries to
create a new instance mapper.
|
| FactoryNotFoundException |
Exception thrown when definitions impl is not found.
|
| NoSuchDefinitionException |
Exception thrown when a definition is not found.
|

Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.