You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bu...@apache.org on 2013/02/22 13:20:50 UTC

svn commit: r851500 - in /websites/production/tapestry/content: application-module-class-cheat-sheet.html cache/main.pageCache cheat-sheets.html component-cheat-sheet.html

Author: buildbot
Date: Fri Feb 22 12:20:50 2013
New Revision: 851500

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/application-module-class-cheat-sheet.html
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/cheat-sheets.html
    websites/production/tapestry/content/component-cheat-sheet.html

Modified: websites/production/tapestry/content/application-module-class-cheat-sheet.html
==============================================================================
--- websites/production/tapestry/content/application-module-class-cheat-sheet.html (original)
+++ websites/production/tapestry/content/application-module-class-cheat-sheet.html Fri Feb 22 12:20:50 2013
@@ -96,6 +96,8 @@ table.ScrollbarTable td.ScrollbarNextIco
                                             </td></tr></table>
 </div>
 
+
+
 <p>The <b>Application Module</b> class is a plain Java class. A system of annotations and naming conventions allows Tapestry to determine what services are provided by the module to your application. This is the place where you bind your custom implementation of services, contribute to, decorate and override existing services.</p>
 
 <p>For complete documentation, you should refer to the <a shape="rect" href="defining-tapestry-ioc-services.html" title="Defining Tapestry IOC Services">IOC Service guideline</a>.</p>

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/cheat-sheets.html
==============================================================================
--- websites/production/tapestry/content/cheat-sheets.html (original)
+++ websites/production/tapestry/content/cheat-sheets.html Fri Feb 22 12:20:50 2013
@@ -58,8 +58,8 @@
 <div id="content">
 <div id="ConfluenceContent"><p>These <b>cheat sheets</b>, or concise sets of reference notes, provide a quick entry point or overview for a particular topic.</p>
 
-<ul><li><a shape="rect" href="application-module-class-cheat-sheet.html" title="Application Module Class Cheat Sheet">Application Module Class Cheat Sheet</a></li><li><a shape="rect" href="component-cheat-sheet.html" title="Component Cheat Sheet">Component Cheat Sheet</a></li><li><a shape="rect" href="tapestry-for-jsf-users.html" title="Tapestry for JSF Users">Tapestry for JSF Users</a></li></ul>
-<ul><li><a shape="rect" class="external-link" href="http://refcardz.dzone.com/refcardz/apache-tapestry-50?oid=hom7948" >Refcard</a> &#8211; A color, six page foldout guide to Tapestry 5.0 (PDF)</li></ul>
+<ul><li><a shape="rect" href="application-module-class-cheat-sheet.html" title="Application Module Class Cheat Sheet">Application Module Class Cheat Sheet</a> &#8212; <span class="smalltext">a guide to what goes in your application module (usually AppModule.java)</span></li><li><a shape="rect" href="component-cheat-sheet.html" title="Component Cheat Sheet">Component Cheat Sheet</a> &#8212; <span class="smalltext">the various annotations and methods you can add to Tapestry page and component classes</span></li><li><a shape="rect" href="tapestry-for-jsf-users.html" title="Tapestry for JSF Users">Tapestry for JSF Users</a> &#8212; <span class="smalltext">a cheat sheet for learning Tapestry, designed for those who already know JavaServer Faces (JSF)</span></li></ul>
+<ul><li><a shape="rect" class="external-link" href="http://refcardz.dzone.com/refcardz/apache-tapestry-50?oid=hom7948" >Refcard</a> &#8212; A color, six page foldout guide to Tapestry 5.0 (PDF)</li></ul>
 </div>
 </div>
 

Modified: websites/production/tapestry/content/component-cheat-sheet.html
==============================================================================
--- websites/production/tapestry/content/component-cheat-sheet.html (original)
+++ websites/production/tapestry/content/component-cheat-sheet.html Fri Feb 22 12:20:50 2013
@@ -84,15 +84,15 @@ table.ScrollbarTable td.ScrollbarNextIco
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="component-templates.html">Component Templates</a>
+                         <a shape="rect" href="component-libraries.html">Component Libraries</a>
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="component-libraries.html">Component Libraries</a>
+                         <a shape="rect" href="component-classes.html">Component Classes</a>
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="component-classes.html">Component Classes</a>
+                         <a shape="rect" href="component-templates.html">Component Templates</a>
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
@@ -100,6 +100,7 @@ table.ScrollbarTable td.ScrollbarNextIco
         
                                             </td></tr></table>
 </div>
+
 <p>There's a lot of documentation scattered about describing the various annotations and methods you can add to Tapestry page and component classes.  This is not an <a shape="rect" href="annotations.html" title="Annotations">exhaustive list</a>, but rather it covers some of the the more common scenarios.</p>
 
 <h2><a shape="rect" name="ComponentCheatSheet-FieldInjectionAnnotations"></a>Field Injection Annotations</h2>