|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Initializable | |
---|---|
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. objects made of a template page and a number of filled attributes. |
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.portlet.context.wildcard | This package contains deprecated 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.servlet.context.wildcard | This package contains deprecated 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. |
Uses of Initializable in org.apache.tiles.context |
---|
Subinterfaces of Initializable in org.apache.tiles.context | |
---|---|
interface |
TilesContextFactory
Deprecated. Use TilesRequestContextFactory . |
interface |
TilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation. |
Classes in org.apache.tiles.context that implement Initializable | |
---|---|
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. Use ChainedTilesApplicationContextFactory
and ChainedTilesRequestContextFactory . |
class |
ChainedTilesRequestContextFactory
Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. |
Uses of Initializable in org.apache.tiles.context.enhanced |
---|
Classes in org.apache.tiles.context.enhanced that implement Initializable | |
---|---|
class |
EnhancedContextFactory
Deprecated. Use EnhancedTilesApplicationContextFactory . |
class |
EnhancedTilesApplicationContextFactory
Deprecated. Create an instance of EnhancedTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
Uses of Initializable in org.apache.tiles.definition |
---|
Classes in org.apache.tiles.definition that implement Initializable | |
---|---|
class |
LocaleDefinitionsFactory
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned.. |
Uses of Initializable in org.apache.tiles.definition.dao |
---|
Classes in org.apache.tiles.definition.dao that implement Initializable | |
---|---|
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. with inheritance that is not resolved). |
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. |
Uses of Initializable in org.apache.tiles.freemarker.context |
---|
Classes in org.apache.tiles.freemarker.context that implement Initializable | |
---|---|
class |
FreeMarkerTilesRequestContextFactory
The FreeMarker-specific request context factory. |
Uses of Initializable in org.apache.tiles.jsp.context |
---|
Classes in org.apache.tiles.jsp.context that implement Initializable | |
---|---|
class |
JspTilesContextFactory
Deprecated. Use JspTilesRequestContextFactory . |
class |
JspTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation under a JSP environment. |
Uses of Initializable in org.apache.tiles.portlet.context |
---|
Classes in org.apache.tiles.portlet.context that implement Initializable | |
---|---|
class |
PortletTilesApplicationContextFactory
Deprecated. Create an instance of PortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
class |
PortletTilesContextFactory
Deprecated. Use PortletTilesApplicationContextFactory or
PortletTilesRequestContextFactory . |
class |
PortletTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation under a portlet environment. |
Uses of Initializable in org.apache.tiles.portlet.context.wildcard |
---|
Classes in org.apache.tiles.portlet.context.wildcard that implement Initializable | |
---|---|
class |
WildcardPortletTilesApplicationContextFactory
Deprecated. Create an instance of WildcardPortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
Uses of Initializable in org.apache.tiles.servlet.context |
---|
Classes in org.apache.tiles.servlet.context that implement Initializable | |
---|---|
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. |
Uses of Initializable in org.apache.tiles.servlet.context.wildcard |
---|
Classes in org.apache.tiles.servlet.context.wildcard that implement Initializable | |
---|---|
class |
WildcardServletTilesApplicationContextFactory
Deprecated. Create an instance of WildcardServletTilesApplicationContext directly. |
Uses of Initializable in org.apache.tiles.velocity.context |
---|
Classes in org.apache.tiles.velocity.context that implement Initializable | |
---|---|
class |
VelocityTilesRequestContextFactory
The implementation of the Tiles request context factory specific for Velocity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |