Author: apetrelli
Date: Tue Sep 30 05:45:51 2008
New Revision: 700435

URL: http://svn.apache.org/viewvc?rev=700435&view=rev
Log:
TILES-302
Added attribute rendering as an extension point.

Modified:
    tiles/framework/trunk/src/site/apt/tutorial/extension/points.apt

Modified: tiles/framework/trunk/src/site/apt/tutorial/extension/points.apt
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/tutorial/extension/points.apt?rev=700435&r1=700434&r2=700435&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/tutorial/extension/points.apt (original)
+++ tiles/framework/trunk/src/site/apt/tutorial/extension/points.apt Tue Sep 30 
05:45:51 2008
@@ -90,4 +90,12 @@
   You can change this behaviour by implementing
   
{{{../../config-reference.html#org.apache.tiles.preparer.PreparerFactory}<<<PreparerFactory>>>}}.
   For example, the Struts 1 plugin contains an implementation that takes an URL
-  or an action mapping as a preparer name, and creates an instance accordingly.
\ No newline at end of file
+  or an action mapping as a preparer name, and creates an instance accordingly.
+
+* Attribute rendering
+
+  Attribute rendering is the process that renders attributes, depending on
+  configured renderers. This behaviour can be customized to render different
+  types of attributes and to provide integration with other frameworks. See
+  the {{{../advanced/attribute-rendering.html}Attribute rendering}}
+  customization tutorial.


Reply via email to