From richfaces-svn-commits at lists.jboss.org Fri Mar 25 03:07:57 2011
Content-Type: multipart/mixed; boundary="===============8668697833384697761=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22307 -
modules/docs/trunk/Component_Reference/src/main/docbook/en-US.
Date: Fri, 25 Mar 2011 03:07:57 -0400
Message-ID: <201103250707.p2P77v8P005807@svn01.web.mwc.hst.phx2.redhat.com>
--===============8668697833384697761==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
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-Compo=
nent_Reference-Processing_management.xml
Log:
Minor fixes to queue documentation RFPL-1385
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha=
p-Component_Reference-Processing_management.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Processing_management.xml 2011-03-25 06:57:24 UTC (rev 2230=
6)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Processing_management.xml 2011-03-25 07:07:54 UTC (rev 2230=
7)
@@ -43,7 +43,7 @@
Duplicate responses
- The client side can update unnecessarily if duplicate responses requir=
e the similar updates. Set ignoreDupResponses=3D"true"
to igno=
re 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 requir=
e similar updates. Set ignoreDupResponses=3D"true"
to ignore d=
uplicate responses. With this setting, the client will not update from a re=
quest if a similar request is in the queue.
=
@@ -65,7 +65,7 @@
- Use the name identifier attribute to name an <a4j:queue> component. Named queues can be accessed wi=
th the <a4j:attachQueue> component to act as a que=
ue for specific components and behaviors. Refer to for details.
+ Use the name identifier attribute to name an <a4j:queue> component. Named queues can be accessed wi=
th the <a4j:attachQueue> behavior to act as a queu=
e for specific components and behaviors. Refer to for details.
@@ -86,17 +86,17 @@
- The complete event attribute is fired after a req=
uest is completed. The request object is passed as a parameter to the event=
handler, so the queue is accessible using request.queue
and t=
he element which was the source of the request is accessible using this.
+ The complete event is fired after a request is co=
mpleted. The request object is passed as a parameter to the event handler, =
so the queue is accessible using request.queue
and the element=
which was the source of the request is accessible using this.
- The requestqueue event attribute is fired after a=
new request has been added to the queue.
+ The requestqueue event is fired after a new reque=
st has been added to the queue.
- The requestdequeue event attribute is fired after=
a request has been removed from the queue.
+ The requestdequeue event is fired after a request=
has been removed from the queue.
@@ -131,7 +131,7 @@
<a4j:attachQueue>
- The <a4j:attachQueue> behavior is used togeth=
er with a named <a4j:queue> component to pass requ=
ests from components to a specific queue. It can also override the scope-wi=
de queue settings for an individual component.
+ The <a4j:attachQueue> behavior is used togeth=
er with a <a4j:queue> component to further customi=
ze queuing for particular components and behaviors. The <a4j:at=
tachQueue> behavior can override the scope-wide queue settings=
for an individual component, or attach specific requests to a queue.
=
--===============8668697833384697761==--