Package | Description |
---|---|
org.apache.tiles.context |
Classes and interfaces that allow to access the various contexts in an
application in a uniformed way.
|
org.apache.tiles.context.enhanced |
Classes and interfaces that allow to access the various contexts using also the
classpath to access resources.
|
org.apache.tiles.definition |
It contains classes and interfaces to allow manipulations of "definitions", i.e.
|
org.apache.tiles.definition.dao |
Classes to simply load definitions depending on a customization key.
|
org.apache.tiles.freemarker.context |
Context classes to make FreeMarker work with Tiles.
|
org.apache.tiles.jsp.context |
Tiles context classes in a JSP environment.
|
org.apache.tiles.portlet.context |
Classes and interfaces that allow to access the various contexts from a portlet
application.
|
org.apache.tiles.servlet.context |
Classes and interfaces that allow to access the various contexts from a servlet
application.
|
org.apache.tiles.velocity.context |
Context classes to make Velocity work with Tiles.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TilesContextFactory
Deprecated.
|
interface |
TilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation. |
Modifier and Type | Class and Description |
---|---|
class |
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. You know it, right? |
class |
ChainedTilesContextFactory
Deprecated.
|
class |
ChainedTilesRequestContextFactory
Default implementation for TilesRequestContextFactory, that creates a chain
of sub-factories, trying each one until it returns a not-null value.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedContextFactory
Deprecated.
|
class |
EnhancedTilesApplicationContextFactory
Deprecated.
Create an instance of
EnhancedTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
Modifier and Type | Class and Description |
---|---|
class |
LocaleDefinitionsFactory
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned.. |
Modifier and Type | Class and Description |
---|---|
class |
BaseLocaleUrlDefinitionDAO
Base abstract class for a DAO that is based on URLs and locale as a
customization key.
|
class |
CachingLocaleUrlDefinitionDAO
A definitions DAO (loading URLs and using Locale as a customization key) that
caches definitions that have been loaded in a raw way (i.e.
|
class |
LocaleUrlDefinitionDAO
A definition DAO that uses
Locale as a customization key and loads
definitions from URLs. |
class |
ResolvingLocaleUrlDefinitionDAO
A definitions DAO (loading URLs and using Locale as a customization key) that
caches definitions that have been loaded and resolves inheritances.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTilesRequestContextFactory
The FreeMarker-specific request context factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JspTilesContextFactory
Deprecated.
|
class |
JspTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation under a JSP environment. |
Modifier and Type | Class and Description |
---|---|
class |
PortletTilesApplicationContextFactory
Deprecated.
Create an instance of
PortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
class |
PortletTilesContextFactory
Deprecated.
|
class |
PortletTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation under a portlet environment. |
Modifier and Type | Class and Description |
---|---|
class |
ServletTilesApplicationContextFactory
Deprecated.
Create an instance of
ServletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
class |
ServletTilesContextFactory
Deprecated.
|
class |
ServletTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation in a servlet environment. |
Modifier and Type | Class and Description |
---|---|
class |
VelocityTilesRequestContextFactory
The implementation of the Tiles request context factory specific for Velocity.
|
Copyright © 2017. All rights reserved.