Package | Description |
---|---|
org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
org.apache.tiles.access |
Utility classes to access Tiles funcionality from an application.
|
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.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.el |
Attribute evaluator classes that can perform EL evaluation for attributes.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.freemarker.context |
Context classes to make FreeMarker work with Tiles.
|
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.ognl |
Attribute evaluator classes that can perform OGNL evaluation for attributes.
|
org.apache.tiles.portlet.context |
Classes and interfaces that allow to access the various contexts from a portlet
application.
|
org.apache.tiles.renderer.impl |
Default implementations to manage attribute rendering.
|
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.
|
org.apache.tiles.velocity.context |
Context classes to make Velocity work with Tiles.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
TilesContainer.getApplicationContext()
Retrieve the containers context.
|
Modifier and Type | Method and Description |
---|---|
static TilesApplicationContext |
TilesAccess.getApplicationContext(Object context)
Deprecated.
Use one of the environment-specific Utilities (e.g.
ServletUtil).
|
Modifier and Type | Method and Description |
---|---|
static void |
TilesAccess.setContainer(TilesApplicationContext context,
TilesContainer container)
Configures the default container to be used in the application.
|
static void |
TilesAccess.setContainer(TilesApplicationContext context,
TilesContainer container,
String key)
Configures the container to be used in the application.
|
Modifier and Type | Method and Description |
---|---|
void |
TilesApplicationContextAware.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
Modifier and Type | Class and Description |
---|---|
class |
TilesApplicationContextWrapper
Delegate for ease of customization.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
ChainedTilesApplicationContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
ChainedTilesContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
abstract TilesApplicationContext |
AbstractTilesApplicationContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
TilesContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
TilesRequestContextWrapper.getApplicationContext()
Returns the associated application context.
|
TilesApplicationContext |
TilesRequestContext.getApplicationContext()
Returns the associated application context.
|
TilesApplicationContext |
TilesApplicationContextWrapper.getWrappedApplicationContext()
Returns the wrapped application context.
|
Modifier and Type | Method and Description |
---|---|
static AbstractTilesApplicationContextFactory |
AbstractTilesApplicationContextFactory.createFactory(TilesApplicationContext preliminaryContext)
Deprecated.
Creates the Tiles application context factory.
|
TilesRequestContext |
TilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
TilesRequestContext |
ChainedTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
TilesRequestContext |
ChainedTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
Constructor and Description |
---|
TilesApplicationContextWrapper(TilesApplicationContext context)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedTilesApplicationContext
ApplicationContext decorator used to provide
enhancements to the standard context.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
EnhancedTilesApplicationContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
EnhancedContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
EnhancedTilesApplicationContext.getRootContext()
Returns the root context.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
EnhancedContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
void |
EnhancedTilesApplicationContext.setRootContext(TilesApplicationContext rootContext)
Sets the root context.
|
Constructor and Description |
---|
EnhancedTilesApplicationContext(TilesApplicationContext rootContext)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected TilesApplicationContext |
UnresolvingLocaleDefinitionsFactory.applicationContext
The application context.
|
Modifier and Type | Method and Description |
---|---|
void |
UnresolvingLocaleDefinitionsFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
Modifier and Type | Field and Description |
---|---|
protected TilesApplicationContext |
BaseLocaleUrlDefinitionDAO.applicationContext
The application context.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseLocaleUrlDefinitionDAO.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
Modifier and Type | Field and Description |
---|---|
protected TilesApplicationContext |
ELAttributeEvaluator.applicationContext
The Tiles application context.
|
Modifier and Type | Method and Description |
---|---|
void |
ELAttributeEvaluator.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
void |
JspExpressionFactoryFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
Modifier and Type | Field and Description |
---|---|
protected TilesApplicationContext |
KeyedDefinitionsFactoryTilesContainerFactory.applicationContext
Deprecated.
The application context.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
BasicTilesContainerFactory.createAttributeEvaluatorFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
TilesContainer |
BasicTilesContainerFactory.createContainer(TilesApplicationContext applicationContext)
Creates a Tiles container.
|
TilesContainer |
TilesContainerFactory.createContainer(TilesApplicationContext context)
Deprecated.
Creates a Tiles container.
|
abstract TilesContainer |
AbstractTilesContainerFactory.createContainer(TilesApplicationContext applicationContext)
Creates a Tiles container.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates the default attribute renderer.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createDefinitionAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
DefinitionAttributeRenderer . |
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext context)
Deprecated.
Creates a definitions factory.
|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the definitions factory.
|
protected DefinitionsReader |
BasicTilesContainerFactory.createDefinitionsReader(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the definitions reader.
|
protected DefinitionDAO<Locale> |
BasicTilesContainerFactory.createLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates a Locale-based definition DAO.
|
protected LocaleResolver |
BasicTilesContainerFactory.createLocaleResolver(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the locale resolver.
|
MutableTilesContainer |
TilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Deprecated.
Creates a mutable Tiles container.
|
MutableTilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Deprecated.
Creates a mutable Tiles container.
|
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the preparer factory to use.
|
protected RendererFactory |
BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a renderer factory.
|
protected TilesRequestContextFactory |
BasicTilesContainerFactory.createRequestContextFactory(TilesApplicationContext context)
Create a Tiles request context factory.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createStringAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
StringAttributeRenderer . |
protected AttributeRenderer |
BasicTilesContainerFactory.createTemplateAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
TemplateAttributeRenderer . |
TilesContainer |
TilesContainerFactory.createTilesContainer(TilesApplicationContext context)
Deprecated.
Creates an immutable Tiles container.
|
TilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createTilesContainer(TilesApplicationContext context)
Deprecated.
Creates an immutable Tiles container.
|
protected List<URL> |
BasicTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Returns a list containing the URLs to be parsed.
|
static AbstractTilesContainerFactory |
AbstractTilesContainerFactory.getTilesContainerFactory(TilesApplicationContext context)
Deprecated.
Create directly a new instance of this class.
|
protected void |
TilesContainerFactory.initializeContainer(TilesApplicationContext context,
BasicTilesContainer container)
Deprecated.
Initializes a container.
|
protected BasicTilesContainer |
BasicTilesContainerFactory.instantiateContainer(TilesApplicationContext context)
Instantiate the container, without initialization.
|
protected UnresolvingLocaleDefinitionsFactory |
BasicTilesContainerFactory.instantiateDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate a new definitions factory based on Locale.
|
protected BaseLocaleUrlDefinitionDAO |
BasicTilesContainerFactory.instantiateLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate (and does not initialize) a Locale-based definition DAO.
|
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
|
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
|
protected void |
BasicTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Registers attribute renderers in a
BasicRendererFactory . |
protected void |
TilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
Stores container dependencies, that is called before
TilesContainer.init(Map) . |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
Stores container dependencies, that is called before
TilesContainer.init(Map) . |
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
FreeMarkerTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
BasicTilesContainer.getApplicationContext()
Returns the Tiles application context used by this container.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTilesContainer.setApplicationContext(TilesApplicationContext context)
Sets the Tiles application context to use.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
JspTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
TilesRequestContext |
JspTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
protected javax.servlet.ServletContext |
JspTilesContextFactory.getServletContext(TilesApplicationContext context)
Deprecated.
Use
getContext() . |
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
TilesApplicationContextNestedObjectExtractor.getNestedObject(TilesRequestContext obj)
Extracts the nested object.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletTilesApplicationContext
Portlet-based TilesApplicationContext implementation.
|
class |
PortletTilesRequestContext
Portlet-based TilesApplicationContext implementation.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
PortletTilesContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
PortletTilesApplicationContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
PortletTilesRequestContext.getApplicationContext()
Returns the associated application context.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
PortletTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
TilesRequestContext |
PortletTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
protected javax.portlet.PortletContext |
PortletTilesContextFactory.getPortletContext(TilesApplicationContext context)
|
protected javax.portlet.PortletContext |
PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext context)
Returns the original portlet context.
|
Constructor and Description |
---|
PortletTilesRequestContext(TilesApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Creates a new instance of PortletTilesRequestContext.
|
Modifier and Type | Field and Description |
---|---|
protected TilesApplicationContext |
AbstractBaseAttributeRenderer.applicationContext
The Tiles application context.
|
protected TilesApplicationContext |
BasicRendererFactory.applicationContext
The Tiles application context.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseAttributeRenderer.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
void |
BasicRendererFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletTilesApplicationContext
Servlet-based implementation of the TilesApplicationContext interface.
|
class |
ServletTilesRequestContext
Servlet-based implementation of the TilesApplicationContext interface.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
ServletTilesApplicationContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
ServletTilesContextFactory.createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesApplicationContext |
ServletTilesRequestContext.getApplicationContext()
Returns the associated application context.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
ServletTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
TilesRequestContext |
ServletTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
protected javax.servlet.ServletContext |
ServletTilesContextFactory.getServletContext(TilesApplicationContext context)
Deprecated.
Use
getContext() . |
static javax.servlet.ServletContext |
ServletUtil.getServletContext(TilesApplicationContext applicationContext)
Gets a servlet context from a TilesApplicationContext.
|
Constructor and Description |
---|
ServletTilesRequestContext(TilesApplicationContext applicationContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new instance of ServletTilesRequestContext.
|
Modifier and Type | Method and Description |
---|---|
protected TilesApplicationContext |
BasicTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Deprecated.
Creates the Tiles application context, to be used across all the
Tiles-based application.
|
protected TilesApplicationContext |
AbstractTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Creates the Tiles application context, to be used across all the
Tiles-based application.
|
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. |
protected TilesContainer |
AbstractTilesInitializer.createContainer(TilesApplicationContext context)
Creates a Tiles container.
|
protected AbstractTilesContainerFactory |
BasicTilesInitializer.createContainerFactory(TilesApplicationContext context)
Deprecated.
Creates a Tiles container factory.
|
protected AbstractTilesContainerFactory |
DefaultTilesInitializer.createContainerFactory(TilesApplicationContext context)
Creates a Tiles container factory.
|
protected abstract AbstractTilesContainerFactory |
AbstractTilesInitializer.createContainerFactory(TilesApplicationContext context)
Creates a Tiles container factory.
|
protected TilesApplicationContext |
BasicTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Deprecated.
Creates the Tiles application context, to be used across all the
Tiles-based application.
|
protected TilesApplicationContext |
AbstractTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Creates the Tiles application context, to be used across all the
Tiles-based application.
|
protected String |
BasicTilesInitializer.getContainerKey(TilesApplicationContext applicationContext)
Deprecated.
Returns the container key under which the container will be stored.
|
protected String |
AbstractTilesInitializer.getContainerKey(TilesApplicationContext applicationContext)
Returns the container key under which the container will be stored.
|
void |
TilesInitializer.initialize(TilesApplicationContext preliminaryContext)
Initializes Tiles.
|
void |
AbstractTilesInitializer.initialize(TilesApplicationContext applicationContext)
Initializes Tiles.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
VelocityTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
Copyright © 2017. All rights reserved.