Author: artdaw
Date: 2008-08-07 05:19:48 -0400 (Thu, 07 Aug 2008)
New Revision: 9965
Added:
trunk/docs/cdkguide/en/src/main/resources/images/richfaces_label2.png
trunk/docs/faq/en/src/main/resources/images/richfaces_label2.png
trunk/docs/migrationguide/en/src/main/resources/images/richfaces_label2.png
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-4065 - The banner was added to RichFaces Migration
Guide, FAQ, CDK Guide
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-08-07 09:18:06 UTC (rev 9964)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-08-07 09:19:48 UTC (rev 9965)
@@ -88,10 +88,17 @@
Component functionality typically centers around two actions:
<property>decoding</property> and
<property>encoding</property> data.
Decoding is the process of converting incoming request parameters to the values of the
component.
- Encoding is converting the current values of the component into the corresponding
markup. In the
+ Encoding is the process of converting the current values of the component into the
corresponding markup. In the
following figure you can see decoding and encoding occur in the JSF lifecycle:
</para>
- <!-- PIC -->
+ <figure>
+ <title>Decoding and encoding in the JSF lifecycle</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/lifecycle.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<para>
Thus, JSF components consist of two parts: the <property>component
class</property> and the <property>renderer</property>.
The <property>component class</property> is responsible for the state and
behavior of a UI component and will be discussed later in the
<property>"Configuring component"</property> section.
@@ -108,7 +115,7 @@
<itemizedlist>
<listitem>
<para>
- <code>InputDateRenderer</code> class where you should override
<code>encode()</code> method
+ <code>InputDateRenderer</code> class where you should override
<code>encode()</code> methods for encoding the markup and resources
</para>
</listitem>
<listitem>
Added: trunk/docs/cdkguide/en/src/main/resources/images/richfaces_label2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/cdkguide/en/src/main/resources/images/richfaces_label2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/faq/en/src/main/resources/images/richfaces_label2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/faq/en/src/main/resources/images/richfaces_label2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/migrationguide/en/src/main/resources/images/richfaces_label2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/migrationguide/en/src/main/resources/images/richfaces_label2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream