Uses of Class
org.apache.tiles.factory.BasicTilesContainerFactory
Packages that use BasicTilesContainerFactory
Package
Description
These classes allow to start up Tiles with all features on.
-
Uses of BasicTilesContainerFactory in org.apache.tiles.extras.complete
Subclasses of BasicTilesContainerFactory in org.apache.tiles.extras.completeModifier and TypeClassDescriptionclass
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 underMETA-INF
directories (and subdirectories) in every jar.