Author: smukhina
Date: 2007-07-10 04:26:03 -0400 (Tue, 10 Jul 2007)
New Revision: 1566
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-10 08:25:13
UTC (rev 1565)
+++ trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-10 08:26:03
UTC (rev 1566)
@@ -30,14 +30,14 @@
<entry>org.ajax4jsf.LOGFILE</entry>
<entry>none</entry>
<entry>
- The is an URL to an application or a container log file (if
possible). If this parameter is set, a content from the given URL will be shown on a
<emphasis
role="italic"><property>Debug</property></emphasis> error
page in the <emphasis
role="italic"><property>iframe</property></emphasis> window
+ The is an URL to an application or a container log file (if
possible). If this parameter is set, a content from the given URL will be shown on a
<emphasis ><property>Debug</property></emphasis> error page in the
<emphasis ><property>iframe</property></emphasis> window
</entry>
</row>
<row>
<entry>org.ajax4jsf.VIEW_HANDLERS</entry>
<entry>none</entry>
<entry>
- Is a comma-separated list of custom <emphasis
role="italic"><property>"ViewHandler"</property></emphasis>
instances
+ Is a comma-separated list of custom <emphasis
><property>"ViewHandler"</property></emphasis> instances
for inserting in chain. Handlers are inserted in the given
order. So must be used if the order of them is important.
No need to define ajax4jsf handler there, as it will be
always the first.
</entry>
@@ -46,14 +46,14 @@
<entry> org.ajax4jsf.CONTROL_COMPONENTS</entry>
<entry>none</entry>
<entry>
- Is a comma-separated list of names for a component as a
special control case, such as messages bundle loader, alias bean components, etc. Is a
type of component got by a reflection from the static field <emphasis
role="italic"><property>COMPONENT_TYPE</property></emphasis>.
For components with such types encode methods always are called in rendering AJAX
responses, even if a component isn't in an updated part
+ Is a comma-separated list of names for a component as a
special control case, such as messages bundle loader, alias bean components, etc. Is a
type of component got by a reflection from the static field <emphasis
><property>COMPONENT_TYPE</property></emphasis>. For components with
such types encode methods always are called in rendering AJAX responses, even if a
component isn't in an updated part
</entry>
</row>
<row>
<entry>org.ajax4jsf.ENCRYPT_RESOURCE_DATA</entry>
<entry>false</entry>
<entry>
- For generated resources, such as encrypt generation data,
it's encoded in the resource URL. For example, URL for an image generated from
the <emphasis
role="italic"><property>mediaOutput</property></emphasis>
component contains a name of a generation method, since for a hacker attack, it is
possible to create a request for any JSF baked beans or other attributes. To prevent such
attacks, set this parameter to true in critical applications (works with JRE > 1.4)
+ For generated resources, such as encrypt generation data,
it's encoded in the resource URL. For example, URL for an image generated from
the <emphasis ><property>mediaOutput</property></emphasis>
component contains a name of a generation method, since for a hacker attack, it is
possible to create a request for any JSF baked beans or other attributes. To prevent such
attacks, set this parameter to true in critical applications (works with JRE > 1.4)
</entry>
</row>
<row>
@@ -66,7 +66,7 @@
<row>
<entry>org.ajax4jsf.SKIN</entry>
<entry>DEFAULT</entry>
- <entry>Is a name of a skin used in an application. It can
be a literal string with a skin name, or the <emphasis
role="italic"><property>EL</property></emphasis> expression
(#{...}) pointed to a <emphasis
role="italic"><property>String</property></emphasis>
property (skin name) or a property with the type org.ajax4jsf.framework.skin. Skin in last
case, this instance will be used as a current skin
+ <entry>Is a name of a skin used in an application. It can
be a literal string with a skin name, or the <emphasis
><property>EL</property></emphasis> expression (#{...}) pointed to a
<emphasis ><property>String</property></emphasis> property (skin
name) or a property with the type org.ajax4jsf.framework.skin. Skin in last case, this
instance will be used as a current skin
</entry>
</row>
<row>
@@ -107,7 +107,7 @@
<entry>forceparser</entry>
<entry>true</entry>
<entry>
- Forces parsing by a filter <emphasis
role="italic"><property>HTML</property></emphasis> syntax
checker on any JSF page. If false, only AJAX responses are parsed to syntax check and
conversion to well-formed XML. Setting to false improve performance, but can provide
visual effects on AJAX updates
+ Forces parsing by a filter <emphasis
><property>HTML</property></emphasis> syntax checker on any JSF page.
If false, only AJAX responses are parsed to syntax check and conversion to well-formed
XML. Setting to false improve performance, but can provide visual effects on AJAX updates
</entry>
</row>
</tbody>