See: Description
| Interface | Description |
|---|---|
| TilesContextFactory | Deprecated |
| TilesRequestContext |
Encapsulation of request information.
|
| TilesRequestContextFactory |
Creates an instance of the appropriate
TilesRequestContext
implementation. |
| Class | Description |
|---|---|
| AbstractTilesApplicationContextFactory | Deprecated
Create an instance of
TilesApplicationContext yourself,
by implementing TilesInitializer or
extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
| BasicAttributeContext | Deprecated |
| ChainedTilesApplicationContextFactory | Deprecated
Create an instance of
TilesApplicationContext yourself,
by implementing TilesInitializer or
extending AbstractTilesInitializer and
overriding createTilesApplicationContext method.Moreover, it does not make sense to "try" if your application is servlet-based, portlet-based, etc. |
| ChainedTilesContextFactory | Deprecated |
| ChainedTilesRequestContextFactory |
Default implementation for TilesRequestContextFactory, that creates a chain
of sub-factories, trying each one until it returns a not-null value.
|
| ListAttribute | Deprecated
Use
ListAttribute. |
| MapEntry<K,V> |
Map.Entry implementation that can be constructed to either be read-only
or not.
|
| TilesApplicationContextWrapper |
Delegate for ease of customization.
|
| TilesRequestContextHolder |
Holds in a
ThreadLocal object a TilesRequestContext. |
| TilesRequestContextWrapper |
Delegate for ease of customization.
|