Package org.apache.tiles.extras.complete
package org.apache.tiles.extras.complete
These classes allow to start up Tiles with all features on.
-
ClassesClassDescriptionTiles 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-INFdirectory (and subdirectories) and underMETA-INFdirectories (and subdirectories) in every jar.This initializer usesWildcardServletApplicationContextto retrieve resources using Ant-style patterns and creates aCompleteAutoloadTilesContainerFactoryto load all new features of Tiles at once.Tiles listener that executesCompleteAutoloadTilesInitializer.