Author: SeanRogers
Date: 2011-03-25 03:07:54 -0400 (Fri, 25 Mar 2011)
New Revision: 22307
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Processing_management.xml
Log:
Minor fixes to queue documentation RFPL-1385
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Processing_management.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Processing_management.xml 2011-03-25
06:57:24 UTC (rev 22306)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Processing_management.xml 2011-03-25
07:07:54 UTC (rev 22307)
@@ -43,7 +43,7 @@
<section id="sect-Component_Reference-a4jqueue-Duplicate_responses">
<title>Duplicate responses</title>
<para>
- The client side can update unnecessarily if duplicate responses require the similar
updates. Set <code>ignoreDupResponses="true"</code> to ignore
duplicate responses. With this setting, the client will not update from a request if a
similar request is in the queue.
+ The client side can update unnecessarily if duplicate responses require similar
updates. Set <code>ignoreDupResponses="true"</code> to ignore
duplicate responses. With this setting, the client will not update from a request if a
similar request is in the queue.
</para>
</section>
@@ -65,7 +65,7 @@
</listitem>
<listitem>
<para>
- Use the <varname>name</varname> identifier attribute to name an
<sgmltag><a4j:queue></sgmltag> component. Named queues can be
accessed with the <sgmltag><a4j:attachQueue></sgmltag> component
to act as a queue for specific components and behaviors. Refer to <xref
linkend="sect-Component_Reference-Processing_management-a4jattachQueue" />
for details.
+ Use the <varname>name</varname> identifier attribute to name an
<sgmltag><a4j:queue></sgmltag> component. Named queues can be
accessed with the <sgmltag><a4j:attachQueue></sgmltag> behavior
to act as a queue for specific components and behaviors. Refer to <xref
linkend="sect-Component_Reference-Processing_management-a4jattachQueue" />
for details.
</para>
</listitem>
</itemizedlist>
@@ -86,17 +86,17 @@
<itemizedlist>
<listitem>
<para>
- The <varname>complete</varname> event attribute is fired after a
request is completed. The request object is passed as a parameter to the event handler, so
the queue is accessible using <code>request.queue</code> and the element which
was the source of the request is accessible using <literal>this</literal>.
+ The <varname>complete</varname> event is fired after a request is
completed. The request object is passed as a parameter to the event handler, so the queue
is accessible using <code>request.queue</code> and the element which was the
source of the request is accessible using <literal>this</literal>.
</para>
</listitem>
<listitem>
<para>
- The <varname>requestqueue</varname> event attribute is fired after a
new request has been added to the queue.
+ The <varname>requestqueue</varname> event is fired after a new request
has been added to the queue.
</para>
</listitem>
<listitem>
<para>
- The <varname>requestdequeue</varname> event attribute is fired after a
request has been removed from the queue.
+ The <varname>requestdequeue</varname> event is fired after a request
has been removed from the queue.
</para>
</listitem>
</itemizedlist>
@@ -131,7 +131,7 @@
<section
id="sect-Component_Reference-Processing_management-a4jattachQueue">
<title><sgmltag><a4j:attachQueue></sgmltag></title>
<para>
- The <sgmltag><a4j:attachQueue></sgmltag> behavior is used
together with a named <sgmltag><a4j:queue></sgmltag> component
to pass requests from components to a specific queue. It can also override the scope-wide
queue settings for an individual component.
+ The <sgmltag><a4j:attachQueue></sgmltag> behavior is used
together with a <sgmltag><a4j:queue></sgmltag> component to
further customize queuing for particular components and behaviors. The
<sgmltag><a4j:attachQueue></sgmltag> behavior can override the
scope-wide queue settings for an individual component, or attach specific requests to a
queue.
</para>
<section
id="sect-Component_Reference-a4jattachQueue-Overriding_scope_settings">
Show replies by date