Package | Description |
---|---|
org.apache.tiles.extras.complete |
These classes allow to start up Tiles with all features on.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.startup |
Classes to start the Tiles engine up.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteAutoloadTilesContainerFactory
Tiles container factory that:
create supporting objects for Velocity and FreeMarker;
create renderers for Velocity, FreeMarker, and Mustache templates;
allows using EL, MVEL and OGNL as attribute expressions;
allows using Wildcards and Regular Expressions in definition names;
loads Tiles 1.x definition files;
loads all the definition files that have the "tiles*.xml" pattern under
/WEB-INF directory (and subdirectories) and under
META-INF directories (and subdirectories) in every jar.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTilesContainerFactory |
CompleteAutoloadTilesInitializer.createContainerFactory(org.apache.tiles.request.ApplicationContext context)
Creates a Tiles container factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTilesContainerFactory
Factory that builds a standard Tiles container using only Java code.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractTilesContainerFactory |
AbstractTilesInitializer.createContainerFactory(org.apache.tiles.request.ApplicationContext context)
Creates a Tiles container factory.
|
protected AbstractTilesContainerFactory |
DefaultTilesInitializer.createContainerFactory(org.apache.tiles.request.ApplicationContext context)
Creates a Tiles container factory.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.