See: Description
Interface | Description |
---|---|
Definitions | Deprecated
This interface is never used, except in the deprecated class
DefinitionsImpl . |
DefinitionsFactory |
Interface for creating a
Definition s and managing their contents. |
DefinitionsReader |
Interface for reading
from a source. |
Refreshable |
Indicates support for reloading Tiles configuration when it changes.
|
RefreshMonitor |
Implementing this interface means that the object monitors the sources it
uses to check when they change.
|
ReloadableDefinitionsFactory | Deprecated
Use
Refreshable . |
Class | Description |
---|---|
DefinitionsImpl | Deprecated
This class is, in fact, part of the implementation of
UrlDefinitionsFactory and
ResolvingLocaleUrlDefinitionDAO . |
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. |
UrlDefinitionsFactory | Deprecated
Use
UnresolvingLocaleDefinitionsFactory and using
ResolvingLocaleUrlDefinitionDAO as Tiles DAO. |
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 © 2017. All rights reserved.