You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/07/30 16:49:15 UTC

svn commit: r799294 - in /tiles/framework/trunk/src/site/apt: tutorial/configuration.apt whats-new.apt

Author: apetrelli
Date: Thu Jul 30 14:49:14 2009
New Revision: 799294

URL: http://svn.apache.org/viewvc?rev=799294&view=rev
Log:
TILES-443
Added docs to describe the new classes in tiles-extras.

Modified:
    tiles/framework/trunk/src/site/apt/tutorial/configuration.apt
    tiles/framework/trunk/src/site/apt/whats-new.apt

Modified: tiles/framework/trunk/src/site/apt/tutorial/configuration.apt
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/tutorial/configuration.apt?rev=799294&r1=799293&r2=799294&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/tutorial/configuration.apt (original)
+++ tiles/framework/trunk/src/site/apt/tutorial/configuration.apt Thu Jul 30 14:49:14 2009
@@ -118,7 +118,7 @@
 
   * providing custom behaviour, such as loading resources in a different manner.
 
-Ready-made configuration classes
+{Ready-made configuration classes}
 
   There are some classes that allows to play with Tiles without writing custom code.
 
@@ -139,3 +139,20 @@
 
   * wildcard expressions can be used to declare definition names.
 
+* Feature-Complete configuration
+
+  It is possible to startup Tiles turning all the new features on by using
+  {{{../apidocs/org/apache/tiles/extras/complete/CompleteAutoloadTilesListener.html}CompleteAutoloadTilesListener}}
+  or
+  {{{../apidocs/org/apache/tiles/extras/complete/CompleteAutoloadTilesInitializer.html}CompleteAutoloadTilesInitializer}}
+  available in the <<<tiles-extras>>> module. This initializer turns on:
+
+  * {{{integration/freemarker.html}Freemarker}} and {{{integration/velocity.html}Velocity}} support;
+
+  * using EL, OGNL and MVEL as {{{advanced/el-support.html}evaluation languages}};
+
+  * using Wildcards and Regular expression as {{{advanced/wildcard.html}pattern matching languages}};
+
+  * loading {{{../migration/configuration.html#Reusing_old_Tiles_configuration_files}Tiles 1.x definition files}};
+
+  * loads all the files named "tiles*.xml" under /WEB-INF and under every META-INF in any part of the classpath.

Modified: tiles/framework/trunk/src/site/apt/whats-new.apt
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/whats-new.apt?rev=799294&r1=799293&r2=799294&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/whats-new.apt (original)
+++ tiles/framework/trunk/src/site/apt/whats-new.apt Thu Jul 30 14:49:14 2009
@@ -43,6 +43,8 @@
   {{{tutorial/advanced/el-support.html#MVEL_Support}MVEL support}}
   in Tiles definition files, when specifying attributes and templates.
 
+  * Ready to use {{{tutorial/configuration.html#Ready-made_configuration_classes}configuration classes}} to ease startup with minimal coding.
+
 * Deprecations in Tiles 2.2
 
   * Startup with initialization parameters is not <<deprecated>>. See the