org.apache.tiles.context.enhanced | Classes and interfaces that allow to access the various contexts using also the classpath to access resources. |
TilesContextFactory | Creates an instance of the appropriate TilesApplicationContext implementation. | code | html |
TilesRequestContext | Encapsulation of request information. | code | html |
TilesRequestContextFactory | Creates an instance of the appropriate TilesRequestContext implementation. | code | html |
AbstractTilesApplicationContextFactory | Abstract factory to create factories for TilesApplicationContext . | code | html |
BasicAttributeContext | Deprecated implementation for AttributeContext , maintained
for compatibility reasons. |
code | html |
ChainedTilesApplicationContextFactory | Implementation for TilesApplicationContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. | code | html |
ChainedTilesContextFactory | Default implementation for TilesContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. | code | html |
ChainedTilesRequestContextFactory | Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. | code | html |
ListAttribute | An attribute as a List . |
code | html |
MapEntry | Map.Entry implementation that can be constructed to either be read-only or not. |
code | html |
TilesApplicationContextWrapper | Delegate for ease of customization. | code | html |
TilesRequestContextHolder | Holds in a ThreadLocal object a TilesRequestContext . | code | html |
TilesRequestContextWrapper | Delegate for ease of customization. | code | html |