Package | Description |
---|---|
org.apache.tiles.awareness |
Interfaces that let the Tiles engine to inject dependencies to its objects.
|
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.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.startup |
Classes to start the Tiles engine up.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTilesApplicationContextFactoryAware.setApplicationContextFactory(AbstractTilesApplicationContextFactory contextFactory)
Deprecated.
Sets the Tiles application context factory.
|
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? |
Modifier and Type | Method and Description |
---|---|
static AbstractTilesApplicationContextFactory |
AbstractTilesApplicationContextFactory.createFactory(TilesApplicationContext preliminaryContext)
Deprecated.
Creates the Tiles application context factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedTilesApplicationContextFactory.setFactories(List<AbstractTilesApplicationContextFactory> factories)
Deprecated.
Sets the factories to be used.
|
Modifier and Type | Class and Description |
---|---|
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 |
PortletTilesApplicationContextFactory
Deprecated.
Create an instance of
PortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method. |
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. |
Modifier and Type | Method and Description |
---|---|
protected AbstractTilesApplicationContextFactory |
BasicTilesInitializer.createAndInitializeTilesApplicationContextFactory(TilesApplicationContext preliminaryContext)
Deprecated.
Creates and initializes the Tiles application context factory, to create
a
TilesApplicationContext to be used across all the Tiles-based
application. |
Copyright © 2016. All rights reserved.