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.impl |
It contains the basic implementations of Tiles container.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedTilesContextFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedTilesContextFactory.setFactories(List<TilesContextFactory> factories)
Deprecated.
Simply do not use it.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedContextFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TilesContextFactory |
BasicTilesContainer.getContextFactory()
Deprecated.
Do not use it, it returns
null . Use
BasicTilesContainer.getRequestContextFactory() . |
Modifier and Type | Method and Description |
---|---|
void |
BasicTilesContainer.setContextFactory(TilesContextFactory contextFactory)
|
Modifier and Type | Class and Description |
---|---|
class |
JspTilesContextFactory
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletTilesContextFactory
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletTilesContextFactory
Deprecated.
|
Copyright © 2016. All rights reserved.