Seam SVN: r10382 - in trunk: seam-gen and 1 other directories.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-04-11 02:28:26 -0400 (Sat, 11 Apr 2009)
New Revision: 10382
Modified:
trunk/build/gen.pom.xml
trunk/seam-gen/build-scripts/deployed-jars-ear-war.list
trunk/seam-gen/build-scripts/deployed-jars-ear.list
trunk/seam-gen/build-scripts/deployed-jars-war.list
trunk/seam-gen/build.xml
Log:
add additional RichFaces themes
clean up the list of deployed JARs
Modified: trunk/build/gen.pom.xml
===================================================================
--- trunk/build/gen.pom.xml 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/build/gen.pom.xml 2009-04-11 06:28:26 UTC (rev 10382)
@@ -70,6 +70,27 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>laguna</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
</dependencies>
Modified: trunk/seam-gen/build-scripts/deployed-jars-ear-war.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-ear-war.list 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-ear-war.list 2009-04-11 06:28:26 UTC (rev 10382)
@@ -1,9 +1,5 @@
commons-beanutils.jar
commons-digester.jar
-jsf-facelets.jar
-jxl.jar
-richfaces-impl.jar
-richfaces-ui.jar
jboss-seam-debug.jar
jboss-seam-excel.jar
jboss-seam-ioc.jar
@@ -11,4 +7,12 @@
jboss-seam-pdf.jar
jboss-seam-resteasy.jar
jboss-seam-rss.jar
-jboss-seam-ui.jar
\ No newline at end of file
+jboss-seam-ui.jar
+jsf-facelets.jar
+jxl.jar
+richfaces-impl.jar
+richfaces-ui.jar
+# You can remove the JARs for themes you aren't using
+darkX.jar
+glassX.jar
+laguana.jar
Modified: trunk/seam-gen/build-scripts/deployed-jars-ear.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-ear.list 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-ear.list 2009-04-11 06:28:26 UTC (rev 10382)
@@ -5,7 +5,7 @@
groovy-all.jar
janino.jar
jboss-el.jar
+jboss-seam-remoting.jar
jbpm-jpdl.jar
mvel14.jar
richfaces-api.jar
-jboss-seam-remoting.jar
Modified: trunk/seam-gen/build-scripts/deployed-jars-war.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-war.list 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-war.list 2009-04-11 06:28:26 UTC (rev 10382)
@@ -7,7 +7,15 @@
janino.jar
jboss-el.jar
jboss-seam.jar
-jboss-seam-*.jar
+jboss-seam-debug.jar
+jboss-seam-excel.jar
+jboss-seam-ioc.jar
+jboss-seam-mail.jar
+jboss-seam-pdf.jar
+jboss-seam-resteasy.jar
+jboss-seam-remoting.jar
+jboss-seam-rss.jar
+jboss-seam-ui.jar
jbpm-jpdl.jar
jsf-facelets.jar
jxl.jar
@@ -15,3 +23,7 @@
richfaces-api.jar
richfaces-impl.jar
richfaces-ui.jar
+# You can remove the JARs for themes you aren't using
+darkX.jar
+glassX.jar
+laguna.jar
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/seam-gen/build.xml 2009-04-11 06:28:26 UTC (rev 10382)
@@ -274,10 +274,10 @@
<equals arg1="${icefaces.new}" arg2="y"/>
</condition>
- <property name="old.richfaces.skin" value="classic"/>
+ <property name="old.richfaces.skin" value="glassX"/>
<input addproperty="richfaces.skin.new"
message="Select a RichFaces skin [${old.richfaces.skin}]"
- validargs="blueSky,classic,deepMarine,DEFAULT,emeraldTown,japanCherry,ruby,wine"
+ validargs="blueSky,classic,darkX,deepMarine,DEFAULT,emeraldTown,glassX,japanCherry,laguna,ruby,wine"
defaultvalue="${old.richfaces.skin}"/>
<property name="old.project.type" value="war"/>
15 years, 7 months
Seam SVN: r10381 - trunk/src/main/org/jboss/seam/init.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-04-11 00:38:39 -0400 (Sat, 11 Apr 2009)
New Revision: 10381
Modified:
trunk/src/main/org/jboss/seam/init/Initialization.java
Log:
JBSEAM-4105 fix NullPointerException
Modified: trunk/src/main/org/jboss/seam/init/Initialization.java
===================================================================
--- trunk/src/main/org/jboss/seam/init/Initialization.java 2009-04-11 01:20:42 UTC (rev 10380)
+++ trunk/src/main/org/jboss/seam/init/Initialization.java 2009-04-11 04:38:39 UTC (rev 10381)
@@ -319,9 +319,13 @@
}
try {
- //get the class implied by the namespaced XML element name
- Class<Object> clazz = Reflections.classForName(className);
- Name nameAnnotation = clazz.getAnnotation(Name.class);
+ Class<Object> clazz = null;
+ Name nameAnnotation = null;
+ if (className != null) {
+ //get the class implied by the namespaced XML element name
+ clazz = Reflections.classForName(className);
+ nameAnnotation = clazz.getAnnotation(Name.class);
+ }
//if the name attribute is not explicitly specified in the XML,
//imply the name from the @Name annotation on the class implied
15 years, 7 months
Seam SVN: r10380 - trunk/examples/ui/src/org/jboss/seam/example/ui.
by seam-commits@lists.jboss.org
Author: danielc.roth
Date: 2009-04-10 21:20:42 -0400 (Fri, 10 Apr 2009)
New Revision: 10380
Modified:
trunk/examples/ui/src/org/jboss/seam/example/ui/FilmConverter.java
Log:
Fix for JBSEAM-4104
Modified: trunk/examples/ui/src/org/jboss/seam/example/ui/FilmConverter.java
===================================================================
--- trunk/examples/ui/src/org/jboss/seam/example/ui/FilmConverter.java 2009-04-10 23:38:47 UTC (rev 10379)
+++ trunk/examples/ui/src/org/jboss/seam/example/ui/FilmConverter.java 2009-04-11 01:20:42 UTC (rev 10380)
@@ -1,45 +1,42 @@
package org.jboss.seam.example.ui;
-import java.io.Serializable;
-
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
-import javax.faces.convert.Converter;
import javax.persistence.EntityManager;
-import org.jboss.seam.annotations.In;
+import org.jboss.seam.Component;
import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Transactional;
+import org.jboss.seam.annotations.faces.Converter;
import org.jboss.seam.annotations.intercept.BypassInterceptors;
@Name("filmConverter")
-(a)org.jboss.seam.annotations.faces.Converter(forClass=Film.class)
+@Converter(forClass = Film.class)
@BypassInterceptors
-public class FilmConverter implements Converter, Serializable
+public class FilmConverter implements javax.faces.convert.Converter
{
- @In
- private EntityManager entityManager;
-
- @Transactional
public Object getAsObject(FacesContext context, UIComponent component, String value)
{
+
+ EntityManager entityManager = (EntityManager) Component.getInstance("entityManager");
+
if (value != null)
{
- try
+ try
{
Integer id = Integer.parseInt(value);
if (id != null)
{
return entityManager.find(Film.class, id);
}
- }
- catch (NumberFormatException e) {
}
+ catch (NumberFormatException e)
+ {
+ }
}
- return null;
+ return null;
}
-
+
public String getAsString(FacesContext context, UIComponent component, Object value)
{
if (value instanceof Film)
@@ -52,5 +49,5 @@
return null;
}
}
-
+
}
15 years, 7 months
Seam SVN: r10379 - trunk/src/excel/org/jboss/seam/excel.
by seam-commits@lists.jboss.org
Author: danielc.roth
Date: 2009-04-10 19:38:47 -0400 (Fri, 10 Apr 2009)
New Revision: 10379
Modified:
trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java
Log:
Adding Install annotation so that it may be overridden.
Modified: trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java
===================================================================
--- trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java 2009-04-10 09:18:00 UTC (rev 10378)
+++ trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java 2009-04-10 23:38:47 UTC (rev 10379)
@@ -6,6 +6,7 @@
import org.jboss.seam.Component;
import org.jboss.seam.ScopeType;
import org.jboss.seam.annotations.AutoCreate;
+import org.jboss.seam.annotations.Install;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.intercept.BypassInterceptors;
@@ -21,6 +22,7 @@
@Name("org.jboss.seam.excel.excelFactory")
@Scope(ScopeType.STATELESS)
@AutoCreate
+(a)Install(precedence=Install.BUILT_IN)
@BypassInterceptors
public class ExcelFactory
{
15 years, 7 months
Seam SVN: r10378 - trunk/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-04-10 05:18:00 -0400 (Fri, 10 Apr 2009)
New Revision: 10378
Modified:
trunk/doc/Seam_Reference_Guide/it-IT/Concepts.po
Log:
JBSEAM-3767: Italian translation of Seam guide
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Concepts.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Concepts.po 2009-04-10 03:06:25 UTC (rev 10377)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Concepts.po 2009-04-10 09:18:00 UTC (rev 10378)
@@ -6,7 +6,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-03-03 21:51+0100\n"
+"PO-Revision-Date: 2009-04-10 11:17+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -148,7 +148,7 @@
#: Concepts.xml:91
#, no-c-format
msgid "The page context allows you to associate state with a particular instance of a rendered page. You can initialize state in your event listener, or while actually rendering the page, and then have access to it from any event that originates from that page. This is especially useful for functionality like clickable lists, where the list is backed by changing data on the server side. The state is actually serialized to the client, so this construct is extremely robust with respect to multi-window operation and the back button."
-msgstr ""
+msgstr "Il contesto pagina consente di associare lo stato con una particolare istanza di una pagina renderizzata. Si può inizializzare lo stato nell'event listener, o durante il rendering della pagina, e poi avere ad esso accesso da qualsiasi evento che ha origine dalla pagina. Questo è utile per funzionalità quali le liste cliccabili, dove dietro alla lista sono associati dati che cambiamo lato server. Lo stato è in verità serializzato al client, e quindi questo costrutto è estremamente robusto rispetto alle operazioni multi-finestra e al pulsante indietro."
#. Tag: title
#: Concepts.xml:102
@@ -160,7 +160,7 @@
#: Concepts.xml:103
#, no-c-format
msgid "The conversation context is a truly central concept in Seam. A <emphasis>conversation</emphasis> is a unit of work from the point of view of the user. It might span several interactions with the user, several requests, and several database transactions. But to the user, a conversation solves a single problem. For example, \"book hotel\", \"approve contract\", \"create order\" are all conversations. You might like to think of a conversation implementing a single \"use case\" or \"user story\", but the relationship is not necessarily quite exact."
-msgstr ""
+msgstr "Il contesto conversazione è un concetto fondamentale in Seam. Una <emphasis>conversazione</emphasis> è una unità di lavoro dal punto di vista dell'utente. Può dar vita a diverse interazioni con l'utente, diverse richieste, e diverse transazioni di database. Ma per l'utente, una conversazione risolve un singolo problema. Per esempio, \"Prenota hotel\", \"Approva contratto\", \"Crea ordine\" sono tutte conversazioni. Si può pensare alla conversazione come all'implementazione di un singolo \"caso d'uso\" o \"user story\", ma la relazione non è esattamente uguale."
#. Tag: para
#: Concepts.xml:111
15 years, 7 months
Seam SVN: r10377 - trunk/seam-gen/view/stylesheet.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-04-09 23:06:25 -0400 (Thu, 09 Apr 2009)
New Revision: 10377
Modified:
trunk/seam-gen/view/stylesheet/theme.css
trunk/seam-gen/view/stylesheet/theme.xcss
Log:
cleanups
make buttons 1px larger
don't override padding of facet header
don't use link color in menu bar on drop down menu items
Modified: trunk/seam-gen/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.css 2009-04-10 00:00:29 UTC (rev 10376)
+++ trunk/seam-gen/view/stylesheet/theme.css 2009-04-10 03:06:25 UTC (rev 10377)
@@ -17,16 +17,20 @@
}
input[type=submit], input[type=button] {
- font-size: 10px;
+ font-size: 11px;
margin: 5px 5px 5px 0;
cursor: pointer;
}
input[type=text], input[type=password], textarea {
- font-size: 11px;
+ font-size: 12px;
padding-left: 1px;
}
+select {
+ font-size: 13px;
+}
+
.tableControl, .actionButtons {
width: 100%;
}
@@ -52,11 +56,6 @@
.body {
padding: 30px;
}
-
-.columnHeader:hover {
- color: #FF6600;
-}
-
.message {
padding: 5px;
list-style: none;
@@ -108,7 +107,7 @@
}
.errors {
- color: red;
+ color: #FF0000;
vertical-align: middle;
}
@@ -121,7 +120,7 @@
}
.required {
- color: red;
+ color: #FF0000;
padding-left: 2px;
}
@@ -130,16 +129,12 @@
}
/* the specificity here is necessary to override the defaults */
+/*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
padding: 2px 3px;
-}
+}*/
-
-select {
- font-size: 12px;
-}
-
.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
margin-bottom: 0;
Modified: trunk/seam-gen/view/stylesheet/theme.xcss
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.xcss 2009-04-10 00:00:29 UTC (rev 10376)
+++ trunk/seam-gen/view/stylesheet/theme.xcss 2009-04-10 03:06:25 UTC (rev 10377)
@@ -71,11 +71,9 @@
<u:selector name=".rich-toolbar a:hover">
<u:style name="color" skin="generalTextColor"/>
</u:selector>
- <!--
- <u:selector name=".rich-table-subheadercell a:link, .rich-table-subheadercell a:visited, .rich-table-subheadercell a:active">
- <u:style name="color" skin="generalTextColor"/>
+ <u:selector name=".rich-toolbar .rich-menu-item, .rich-toolbar .rich-menu-item a, .rich-toolbar .rich-menu-item a:hover, .rich-toolbar .rich-menu-item a:visited">
+ <u:style name="color" skin="generalTextColor" />
</u:selector>
- -->
<u:selector name=".rich-table-subheadercell a:hover">
<u:style name="color" skin="calendarHolidaysTextColor"/>
</u:selector>
15 years, 7 months
Seam SVN: r10376 - in trunk/src/main/org/jboss/seam: persistence and 1 other directory.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-04-09 20:00:29 -0400 (Thu, 09 Apr 2009)
New Revision: 10376
Modified:
trunk/src/main/org/jboss/seam/core/Manager.java
trunk/src/main/org/jboss/seam/persistence/ManagedEntityWrapper.java
Log:
JBSEAM-2209 introduce a switchConversation() method that does not promote to a long-running conversation
then use this method in the ManagedEntityWrapper to avoid promoting a previously demoted conversation
Modified: trunk/src/main/org/jboss/seam/core/Manager.java
===================================================================
--- trunk/src/main/org/jboss/seam/core/Manager.java 2009-04-09 23:59:13 UTC (rev 10375)
+++ trunk/src/main/org/jboss/seam/core/Manager.java 2009-04-10 00:00:29 UTC (rev 10376)
@@ -765,13 +765,26 @@
}
/**
- * Switch to another long-running conversation.
+ * Switch to another long-running conversation and mark the conversation as long-running,
+ * overriding a previous call in the same thread to demote a long-running conversation.
*
* @param id the id of the conversation to switch to
* @return true if the conversation exists
*/
public boolean switchConversation(String id)
{
+ return switchConversation(id, true);
+ }
+
+ /**
+ * Switch to another long-running conversation.
+ *
+ * @param id the id of the conversation to switch to
+ * @param promote promote the current conversation to long-running, overriding any previous demotion
+ * @return true if the conversation exists
+ */
+ public boolean switchConversation(String id, boolean promote)
+ {
ConversationEntry ce = ConversationEntries.instance().getConversationEntry(id);
if (ce!=null)
{
@@ -780,7 +793,10 @@
unlockConversation();
setCurrentConversationId(id);
setCurrentConversationIdStack( ce.getConversationIdStack() );
- setLongRunningConversation(true);
+ if (promote)
+ {
+ setLongRunningConversation(true);
+ }
return true;
}
else
Modified: trunk/src/main/org/jboss/seam/persistence/ManagedEntityWrapper.java
===================================================================
--- trunk/src/main/org/jboss/seam/persistence/ManagedEntityWrapper.java 2009-04-09 23:59:13 UTC (rev 10375)
+++ trunk/src/main/org/jboss/seam/persistence/ManagedEntityWrapper.java 2009-04-10 00:00:29 UTC (rev 10376)
@@ -233,7 +233,7 @@
if (!currentCid.equals(residentCid))
{
Contexts.getConversationContext().flush();
- Manager.instance().switchConversation(residentCid);
+ Manager.instance().switchConversation(residentCid, false);
return currentCid;
}
}
@@ -246,7 +246,7 @@
if (oldCid != null)
{
Contexts.getConversationContext().flush();
- Manager.instance().switchConversation(oldCid);
+ Manager.instance().switchConversation(oldCid, false);
}
}
15 years, 7 months
Seam SVN: r10375 - trunk/src/main/org/jboss/seam/navigation.
by seam-commits@lists.jboss.org
Author: dan.j.allen
Date: 2009-04-09 19:59:13 -0400 (Thu, 09 Apr 2009)
New Revision: 10375
Modified:
trunk/src/main/org/jboss/seam/navigation/Param.java
Log:
whitespace
Modified: trunk/src/main/org/jboss/seam/navigation/Param.java
===================================================================
--- trunk/src/main/org/jboss/seam/navigation/Param.java 2009-04-09 16:33:10 UTC (rev 10374)
+++ trunk/src/main/org/jboss/seam/navigation/Param.java 2009-04-09 23:59:13 UTC (rev 10375)
@@ -264,7 +264,7 @@
FacesMessage.SEVERITY_ERROR,
INVALID_MESSAGE_ID,
"'" + name + "' parameter is invalid: " + invalidValues[0].getMessage(),
- new Object[] { invalidValues[0], name}
+ new Object[] { invalidValues[0], name }
);
}
15 years, 7 months
Seam SVN: r10374 - trunk/src/main/org/jboss/seam/async.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-04-09 12:33:10 -0400 (Thu, 09 Apr 2009)
New Revision: 10374
Modified:
trunk/src/main/org/jboss/seam/async/QuartzTriggerHandle.java
Log:
add access to trigger
Modified: trunk/src/main/org/jboss/seam/async/QuartzTriggerHandle.java
===================================================================
--- trunk/src/main/org/jboss/seam/async/QuartzTriggerHandle.java 2009-04-09 13:28:38 UTC (rev 10373)
+++ trunk/src/main/org/jboss/seam/async/QuartzTriggerHandle.java 2009-04-09 16:33:10 UTC (rev 10374)
@@ -4,6 +4,7 @@
import org.quartz.Scheduler;
import org.quartz.SchedulerException;
+import org.quartz.Trigger;
/**
* Provides control over the Quartz Job.
@@ -13,7 +14,7 @@
*/
public class QuartzTriggerHandle implements Serializable
{
- private String triggerName;
+ private final String triggerName;
// Hold a transient reference to the scheduler to allow control of the
// scheduler outside of Seam contexts (useful in a testing context)
@@ -34,6 +35,11 @@
getScheduler().pauseTrigger(triggerName, null);
}
+ public Trigger getTrigger() throws SchedulerException
+ {
+ return getScheduler().getTrigger(triggerName, null);
+ }
+
public void resume() throws SchedulerException
{
getScheduler().resumeTrigger(triggerName, null);
15 years, 7 months
Seam SVN: r10373 - in trunk/doc/Seam_Reference_Guide: bn-IN and 22 other directories.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-04-09 09:28:38 -0400 (Thu, 09 Apr 2009)
New Revision: 10373
Modified:
trunk/doc/Seam_Reference_Guide/as-IN/Components.po
trunk/doc/Seam_Reference_Guide/bn-IN/Components.po
trunk/doc/Seam_Reference_Guide/de-DE/Components.po
trunk/doc/Seam_Reference_Guide/es-ES/Components.po
trunk/doc/Seam_Reference_Guide/es-MX/Components.po
trunk/doc/Seam_Reference_Guide/fr-FR/Components.po
trunk/doc/Seam_Reference_Guide/gu-IN/Components.po
trunk/doc/Seam_Reference_Guide/hi-IN/Components.po
trunk/doc/Seam_Reference_Guide/ja-JP/Components.po
trunk/doc/Seam_Reference_Guide/kn-IN/Components.po
trunk/doc/Seam_Reference_Guide/ko-KR/Components.po
trunk/doc/Seam_Reference_Guide/ml-IN/Components.po
trunk/doc/Seam_Reference_Guide/mr-IN/Components.po
trunk/doc/Seam_Reference_Guide/or-IN/Components.po
trunk/doc/Seam_Reference_Guide/pa-IN/Components.po
trunk/doc/Seam_Reference_Guide/pot/Annotations.pot
trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot
trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot
trunk/doc/Seam_Reference_Guide/pot/Cache.pot
trunk/doc/Seam_Reference_Guide/pot/Components.pot
trunk/doc/Seam_Reference_Guide/pot/Concepts.pot
trunk/doc/Seam_Reference_Guide/pot/Configuration.pot
trunk/doc/Seam_Reference_Guide/pot/Controls.pot
trunk/doc/Seam_Reference_Guide/pot/Conversations.pot
trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot
trunk/doc/Seam_Reference_Guide/pot/Drools.pot
trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot
trunk/doc/Seam_Reference_Guide/pot/Events.pot
trunk/doc/Seam_Reference_Guide/pot/Excel.pot
trunk/doc/Seam_Reference_Guide/pot/Feedback.pot
trunk/doc/Seam_Reference_Guide/pot/Framework.pot
trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot
trunk/doc/Seam_Reference_Guide/pot/Groovy.pot
trunk/doc/Seam_Reference_Guide/pot/Gwt.pot
trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot
trunk/doc/Seam_Reference_Guide/pot/I18n.pot
trunk/doc/Seam_Reference_Guide/pot/Itext.pot
trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot
trunk/doc/Seam_Reference_Guide/pot/Jms.pot
trunk/doc/Seam_Reference_Guide/pot/Mail.pot
trunk/doc/Seam_Reference_Guide/pot/Performance.pot
trunk/doc/Seam_Reference_Guide/pot/Persistence.pot
trunk/doc/Seam_Reference_Guide/pot/Preface.pot
trunk/doc/Seam_Reference_Guide/pot/Remoting.pot
trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot
trunk/doc/Seam_Reference_Guide/pot/Rss.pot
trunk/doc/Seam_Reference_Guide/pot/Security.pot
trunk/doc/Seam_Reference_Guide/pot/Spring.pot
trunk/doc/Seam_Reference_Guide/pot/Testing.pot
trunk/doc/Seam_Reference_Guide/pot/Text.pot
trunk/doc/Seam_Reference_Guide/pot/Tools.pot
trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot
trunk/doc/Seam_Reference_Guide/pot/Validation.pot
trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot
trunk/doc/Seam_Reference_Guide/pot/Webservices.pot
trunk/doc/Seam_Reference_Guide/pot/Websphere.pot
trunk/doc/Seam_Reference_Guide/pot/Wicket.pot
trunk/doc/Seam_Reference_Guide/pot/Xml.pot
trunk/doc/Seam_Reference_Guide/pt-BR/Components.po
trunk/doc/Seam_Reference_Guide/ru-RU/Components.po
trunk/doc/Seam_Reference_Guide/si-LK/Components.po
trunk/doc/Seam_Reference_Guide/sl-SL/Components.po
trunk/doc/Seam_Reference_Guide/ta-IN/Components.po
trunk/doc/Seam_Reference_Guide/te-IN/Components.po
trunk/doc/Seam_Reference_Guide/zh-CN/Components.po
trunk/doc/Seam_Reference_Guide/zh-TW/Components.po
Log:
Updated POT and PO
Modified: trunk/doc/Seam_Reference_Guide/as-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/as-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/as-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/bn-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/bn-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/bn-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/de-DE/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/de-DE/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/de-DE/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/es-ES/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-ES/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/es-ES/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/es-MX/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-MX/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/es-MX/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_-_Contextual_Components VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-11-06 00:08+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/fr-FR/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/fr-FR/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/fr-FR/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/gu-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/gu-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/gu-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/hi-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/hi-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/hi-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/ja-JP/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ja-JP/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/ja-JP/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: Components\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2009-01-05 13:53+1000\n"
"Last-Translator: Noriko Mizumoto <noriko(a)redhat.com>\n"
"Language-Team: Japanese <fedora-trans-ja(a)redhat.com>\n"
@@ -105,7 +105,7 @@
"テキストではない) の管理コンポーネント"
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr "これらコンポーネントはすべて常にインストールされます。"
@@ -311,8 +311,44 @@
msgid "A convenient API for sending HTTP errors."
msgstr "HTTP エラーを送信する場合に便利な API です。"
+#. Tag: literal
+#: Components.xml:196
+#, fuzzy, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr "org.jboss.seam.core.interpolator"
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
+#, no-c-format
+msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
#, fuzzy, no-c-format
msgid ""
"These components are installed when the class <literal>javax.faces.context."
@@ -322,25 +358,25 @@
"とこれらの全コンポーネントが常にインストールされます。"
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr "ユーティリティコンポーネント"
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr "これらのコンポーネントが役に立つ機会はあまりありません。"
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr "org.jboss.seam.core.events"
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -351,7 +387,7 @@
"です。"
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -361,7 +397,7 @@
"させてすべての監視者に配信します。"
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -371,7 +407,7 @@
"サービスで非同期に処理されるイベントを発生させます。"
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -381,7 +417,7 @@
"サービスで非同期に処理されるイベントをスケジュールします。"
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -391,19 +427,19 @@
"定イベントタイプの監視者を追加します。"
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr "org.jboss.seam.core.interpolator"
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr "Strings に JFS EL 表現の値を補完するための API です。"
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -414,19 +450,19 @@
"literal> 形式の JSF EL 式のテンプレートをスキャンしてその評価値に置換します。"
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr "org.jboss.seam.core.expressions"
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr "値とメソッドバインティングを作成するための API です。"
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -436,7 +472,7 @@
"ングオブジェクトを作成します。"
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -446,13 +482,13 @@
"インディングオブジェクトを作成します。"
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr "org.jboss.seam.core.pojoCache"
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
@@ -461,7 +497,7 @@
"す。"
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -471,13 +507,13 @@
"フォルトでは <literal>treecache.xml</literal> に設定されます。"
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr "国際化とテーマのコンポーネント"
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -487,37 +523,37 @@
"ルドを容易にします。"
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr "org.jboss.seam.core.locale"
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr "Seam ロケールです。"
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr "org.jboss.seam.international.timezone"
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr "Seam のタイムゾーンです。 タイムゾーンはセッションスコープです。"
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr "org.jboss.seam.core.resourceBundle"
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -529,13 +565,13 @@
"す。"
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr "org.jboss.seam.core.resourceLoader"
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -545,7 +581,7 @@
"を提供します。"
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -557,13 +593,13 @@
"<literal>messages</literal> になります。"
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr "org.jboss.seam.international.localeSelector"
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -573,13 +609,13 @@
"す。"
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr "<literal>select()</literal> — 指定されたロケールを選択します。"
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -589,7 +625,7 @@
"Locale</literal> です。"
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -599,7 +635,7 @@
"す。"
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -609,7 +645,7 @@
"す。"
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -619,7 +655,7 @@
"す。"
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -629,7 +665,7 @@
"ントです。"
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -641,7 +677,7 @@
"<literal>SelectItem</literal> 一覧です。"
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -651,13 +687,13 @@
"キーで永続化されることを指定します。"
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr "org.jboss.seam.international.timezoneSelector"
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -667,7 +703,7 @@
"ます。"
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -677,7 +713,7 @@
"util.TimeZone</literal> です。"
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -687,7 +723,7 @@
"現です。"
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -697,13 +733,13 @@
"クッキーによって永続化されることを指定します。"
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr "org.jboss.seam.international.messages"
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -713,13 +749,13 @@
"る国際化メッセージを含んでいるマップです。"
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr "org.jboss.seam.theme.themeSelector"
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -728,13 +764,13 @@
"設定時間またはランタイム時のユーザーのいずれかでテーマ選択をサポートします。"
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr "<literal>select()</literal> — 指定されたテーマを選択します。"
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
@@ -742,13 +778,13 @@
"<literal>theme.availableThemes</literal> — 定義されたテーマの一覧です。"
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr "<literal>themeSelector.theme</literal> — 選択されたテーマです。"
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -758,7 +794,7 @@
"<literal>SelectItem</literal> の一覧です。"
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -768,25 +804,25 @@
"永続化されることを指定します。"
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr "org.jboss.seam.theme.theme"
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr "テーマエントリを含んでいるマップです。"
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr "対話を制御するためのコンポーネント"
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -796,26 +832,26 @@
"スにより対話の制御を行うことができるようになります。"
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr "org.jboss.seam.core.conversation"
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr "現在の Seam 対話の属性をアプリケーション制御するための API です。"
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr "<literal>getId()</literal> — 現在の対話 ID を返します。"
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -824,7 +860,7 @@
"<literal>isNested()</literal> — 現在の対話はネストされている対話ですか?"
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -833,7 +869,7 @@
"<literal>isLongRunning()</literal> — 現在の対話は長期実行の対話ですか?"
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -841,7 +877,7 @@
msgstr "<literal>getParentId()</literal> — 親対話の ID を返します。"
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -849,7 +885,7 @@
msgstr "<literal>getRootId()</literal> — ルート対話の ID を返します。"
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -859,7 +895,7 @@
"セットします。"
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -871,7 +907,7 @@
"ビュー ID をセットします。"
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -883,7 +919,7 @@
"ます。"
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -893,7 +929,7 @@
"ビュー ID にリダイレクトします (ログインのチャレンジ後に便利)。"
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -903,7 +939,7 @@
"を終了します。"
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -913,7 +949,7 @@
"(<literal>@Begin</literal> と同等)。"
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -925,7 +961,7 @@
"literal> と同等)。"
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -935,7 +971,7 @@
"literal> と同等)。"
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -944,7 +980,7 @@
"<literal>pop()</literal> — 対話スタックをポップして親対話に戻ります。"
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -952,7 +988,7 @@
msgstr "<literal>root()</literal> — 対話スタックのルート対話に戻ります。"
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -962,67 +998,67 @@
"ラッシュモードを変更します。"
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr "org.jboss.seam.core.conversationList"
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr "対話一覧の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr "org.jboss.seam.core.conversationStack"
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr "対話スタックの管理コンポーネントです (breadcrumbs)。"
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr "org.jboss.seam.faces.switcher"
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr "conversation switcher です。"
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr "jBPM 関連のコンポーネント"
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr "jBPM と併用するコンポーネントになります。"
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr "org.jboss.seam.pageflow.pageflow"
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr "Seam ページフローの API 制御です。"
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -1032,7 +1068,7 @@
"合に <literal>true</literal> を返します。"
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -1042,7 +1078,7 @@
"<literal>ProcessInstance</literal> を返します。"
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -1052,7 +1088,7 @@
"ト内でページフローを開始します。"
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -1062,13 +1098,13 @@
"定ノードに才配置します。"
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr "org.jboss.seam.bpm.actor"
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -1078,7 +1114,7 @@
"API です。"
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -1088,7 +1124,7 @@
"ター ID をセットします。"
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -1098,13 +1134,13 @@
"jBPM アクター ID が追加可能なものに <literal>Set</literal> を返します。"
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr "org.jboss.seam.bpm.transition"
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
@@ -1112,7 +1148,7 @@
"現在のタスクに対する jBPM 移行のアプリケーション制御を目的とする API です。"
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -1124,13 +1160,13 @@
"ます。"
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr "org.jboss.seam.bpm.businessProcess"
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -1138,7 +1174,7 @@
msgstr "対話とビジネスプロセス間の関連性をプログラム制御するための API です。"
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -1148,7 +1184,7 @@
"タスクの ID です。"
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1158,7 +1194,7 @@
"たプロセスの ID です。"
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1168,7 +1204,7 @@
"づけられたタスクインスタンスですか?"
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1178,7 +1214,7 @@
"連づけられたプロセスインスタンスです。"
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1188,7 +1224,7 @@
"スタンスを作成し現在の対話に関連付けます。"
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1198,7 +1234,7 @@
"します。"
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1208,7 +1244,7 @@
"けられたタスクを終了します。"
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1218,7 +1254,7 @@
"対話に関連付けます。"
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1228,7 +1264,7 @@
"現在の対話に関連付けます。"
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1238,116 +1274,116 @@
"ます。"
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr "org.jboss.seam.bpm.taskInstance"
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr "jBPM <literal>TaskInstance</literal> の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr "org.jboss.seam.bpm.processInstance"
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr "jBPM <literal>ProcessInstance</literal> の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr "org.jboss.seam.bpm.jbpmContext"
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
"イベントスコープ <literal>JbpmContext</literal> の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr "org.jboss.seam.bpm.taskInstanceList"
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr "jBPM task list の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr "org.jboss.seam.bpm.pooledTaskInstanceList"
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr "jBPM pooled task list の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr "org.jboss.seam.bpm.taskInstanceListForType"
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr "jBPM タスクリスト集の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr "org.jboss.seam.bpm.pooledTask"
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr "pooled task 割り当てのアクションハンドラです。"
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr "org.jboss.seam.bpm.processInstanceFinder"
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr "プロセスインスタンスタスク一覧の管理機能です。"
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr "org.jboss.seam.bpm.processInstanceList"
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr "プロセスインスタンスのタスク一覧です。"
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1357,37 +1393,37 @@
"とこれらの全コンポーネントが常にインストールされます。"
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr "セキュリティ関連のコンポーネント"
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr "これらのコンポーネントはウェブ層のセキュリティに関連しています。"
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr "org.jboss.seam.web.userPrincipal"
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr "現在のユーザー <literal>Principal</literal> の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr "org.jboss.seam.web.isUserInRole"
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1399,13 +1435,13 @@
"rendered=\"#{isUserInRole['admin']}\"/></literal>"
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr "JMS 関連のコンポーネント"
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1415,49 +1451,49 @@
"<literal>QueueSender</literal> との併用を目的としています (下記参照)。"
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr "org.jboss.seam.jms.queueSession"
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr "JMS <literal>QueueSession</literal> の管理コンポーネントです。"
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr "org.jboss.seam.jms.topicSession"
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr "JMS <literal>TopicSession</literal> の管理コンポーネントです。"
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr "メール関連のコンポーネント"
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr "Seam Email サポートと併用するコンポーネントになります。"
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr "org.jboss.seam.mail.mailSession"
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1471,7 +1507,7 @@
"<literal>host</literal> は必須となります。"
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1481,7 +1517,7 @@
"SMTP サーバーのホスト名です。"
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1491,7 +1527,7 @@
"SMTP サーバーのポートです。"
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1501,7 +1537,7 @@
"バーの接続に使用するユーザー−名です。"
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1511,7 +1547,7 @@
"バーの接続に使用するパスワードです。"
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1521,7 +1557,7 @@
"デバッグ機能を有効にします (かなり冗長)。"
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1531,7 +1567,7 @@
"接続を有効にします (デフォルトはポート465)。"
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1541,7 +1577,7 @@
"は true です。 メールセッションで TLS サポートを有効にします。"
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1553,13 +1589,13 @@
"プロパティはすべて無視されます。"
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr "基盤となるコンポーネント"
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1572,19 +1608,19 @@
"するとインストールすることができます。"
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr "org.jboss.seam.core.init"
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr "Seam の初期化設定です。 常にインストールされます。"
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1594,7 +1630,7 @@
"Bean のルックアップに使用される JNDI パターンです。"
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1607,7 +1643,7 @@
"す。"
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1620,7 +1656,7 @@
"す。"
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1632,13 +1668,13 @@
"る JNDI 名です。"
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr "org.jboss.seam.core.manager"
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1648,7 +1684,7 @@
"トールされます。"
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1658,7 +1694,7 @@
"リ秒単位で対話コンテキストのタイムアウトを設定します。"
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1670,7 +1706,7 @@
"機時間です。"
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1682,7 +1718,7 @@
"<literal>conversationId</literal> です。"
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1696,7 +1732,7 @@
"す。"
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1708,13 +1744,13 @@
"定します。 デフォルトは <literal>AUTO</literal> です。"
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr "org.jboss.seam.navigation.pages"
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
@@ -1722,7 +1758,7 @@
"す。"
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1734,7 +1770,7 @@
"のグローバル設定です。"
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1746,7 +1782,7 @@
"クト先のグローバル設定です。"
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1756,7 +1792,7 @@
"キームが要求された場合に使用するポートのグローバル設定です。"
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1766,7 +1802,7 @@
"キームが要求された場合に使用するポートのグローバル設定です。"
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1778,13 +1814,13 @@
"デフォルトは <literal>WEB-INF/pages.xml</literal> です。"
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr "org.jboss.seam.bpm.jbpm"
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1794,7 +1830,7 @@
"<literal>org.jboss.seam.bpm.Jbpm</literal> としてインストールします。"
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1805,7 +1841,7 @@
"スプロセスの編成に使用する jPDL ファイルのリソース名一覧です。"
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1816,13 +1852,13 @@
"ページフローの編成に使用する jPDL ファイルのリソース名一覧です。"
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr "org.jboss.seam.core.conversationEntries"
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1832,13 +1868,13 @@
"トです。"
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr "org.jboss.seam.faces.facesPage"
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1848,13 +1884,13 @@
"ネントです。"
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr "org.jboss.seam.persistence.persistenceContexts"
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1863,13 +1899,13 @@
"現在の対話に使用された永続コンテキストを記録する内部コンポーネントです。"
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr "org.jboss.seam.jms.queueConnection"
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, fuzzy, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1880,7 +1916,7 @@
"す。"
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1892,13 +1928,13 @@
"す。 デフォルトは <literal>UIL2ConnectionFactory</literal> です。"
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr "org.jboss.seam.jms.topicConnection"
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, fuzzy, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1909,7 +1945,7 @@
"ます。"
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1921,25 +1957,25 @@
"す。 デフォルトは <literal>UIL2ConnectionFactory</literal> です。"
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr "org.jboss.seam.persistence.persistenceProvider"
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr "JPA プロバイダの標準化されていない機能に対する抽出層です。"
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr "org.jboss.seam.core.validators"
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
@@ -1948,13 +1984,13 @@
"シュします。"
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr "org.jboss.seam.faces.validation"
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1963,43 +1999,43 @@
"検証が失敗したのか成功だったのかアプリケーションが判断できるようになります。"
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr "org.jboss.seam.debug.introspector"
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr "Seam Debug Page のサポートです。"
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr "org.jboss.seam.debug.contexts"
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr "org.jboss.seam.exception.exceptions"
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr "例外処理用の内部コンポーネントです。"
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr "org.jboss.seam.transaction.transaction"
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -2009,13 +2045,13 @@
"ザクション管理の実装を抽出するための API です。"
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr "org.jboss.seam.faces.safeActions"
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -2025,68 +2061,68 @@
"に存在することを確認することでこれを行います。"
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr "その他のコンポーネント"
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr " "
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr "org.jboss.seam.async.dispatcher"
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr "非同期メソッド用のディスパッチャステートレスセッション Bean"
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr "org.jboss.seam.core.image"
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr "イメージ操作および問い合わせ"
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr "PojoCache インスタンスの管理コンポーネント"
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr "org.jboss.seam.core.uiComponent"
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
"コンポーネント ID によって与えられる UIComponents のマップを管理します。"
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr "特殊なコンポーネント"
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -2099,7 +2135,7 @@
"literal> 内の次の行は Seam コンポーネントを 2 つインストールして設定します。"
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -2127,7 +2163,7 @@
"</component>]]>"
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -2137,19 +2173,19 @@
"<literal>userDatabase</literal> です。"
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr "<entityManager>"
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr "org.jboss.seam.persistence.ManagedPersistenceContext"
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -2159,7 +2195,7 @@
"literal> の管理コンポーネントです。"
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -2171,7 +2207,7 @@
"ディング式です。"
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -2183,19 +2219,19 @@
"<emphasis><managedPersistenceContext></emphasis> です。"
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr "<entityManagerFactory>"
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr "org.jboss.seam.persistence.EntityManagerFactory"
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -2205,7 +2241,7 @@
"境以外で JPA を使用する場合に最適となります。"
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -2215,25 +2251,25 @@
"ニット名です。"
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr "設定プロパティの詳細については API JavaDoc をご覧ください。"
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr "<session>"
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr "org.jboss.seam.persistence.ManagedSession"
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -2243,7 +2279,7 @@
"ネントです。"
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -2255,7 +2291,7 @@
"ング式です。"
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -2267,25 +2303,25 @@
"managedSession></emphasis> です。"
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr "<sessionFactory>"
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr "org.jboss.seam.persistence.HibernateSessionFactory"
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr "Hibernate <literal>SessionFactory</literal> を管理します。"
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -2295,19 +2331,19 @@
"ルへのパスです。デフォルトは <literal>hibernate.cfg.xml</literal> です。"
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr "<managedQueueSender>"
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr "org.jboss.seam.jms.ManagedQueueSender"
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -2317,7 +2353,7 @@
"ポーネントです。"
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2327,19 +2363,19 @@
"キューの JNDI 名です。"
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr "<managedTopicPublisher>"
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr "org.jboss.seam.jms.ManagedTopicPublisher"
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2349,7 +2385,7 @@
"ポーネントです。"
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2359,19 +2395,19 @@
"トピックの JMDI 名です。"
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr "<managedWorkingMemory>"
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr "org.jboss.seam.drools.ManagedWorkingMemory"
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2381,7 +2417,7 @@
"ポーネントです。"
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2391,19 +2427,19 @@
"<literal>RuleBase</literal> のインスタンスに対して評価する値式です。"
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr "<ruleBase>"
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr "org.jboss.seam.drools.RuleBase"
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2416,7 +2452,7 @@
"実稼働での使用は目的としていないので注意してください。</emphasis>"
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2426,7 +2462,7 @@
"ファイルの一覧です。"
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2435,49 +2471,49 @@
"<emphasis><ruleBase></emphasis>.dslFile — Drools DSL 定義です。"
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr "<entityHome>"
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr "org.jboss.seam.framework.EntityHome"
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr "<hibernateEntityHome>"
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr "org.jboss.seam.framework.HibernateEntityHome"
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr "<entityQuery>"
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr "org.jboss.seam.framework.EntityQuery"
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr "<hibernateEntityQuery>"
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr "org.jboss.seam.framework.HibernateEntityQuery"
Modified: trunk/doc/Seam_Reference_Guide/kn-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/kn-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/kn-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/ko-KR/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ko-KR/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/ko-KR/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/ml-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ml-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/ml-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/mr-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/mr-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/mr-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/or-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/or-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/or-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/pa-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pa-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pa-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/pot/Annotations.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Cache.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Cache.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Cache.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Components.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Components.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Components.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
@@ -90,7 +90,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -268,34 +268,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -303,7 +339,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -311,7 +347,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -319,7 +355,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -327,7 +363,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -335,19 +371,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -356,19 +392,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -376,7 +412,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -384,20 +420,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -405,13 +441,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -419,37 +455,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -458,13 +494,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -472,7 +508,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -481,13 +517,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -495,13 +531,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -509,7 +545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -517,7 +553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -525,7 +561,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -533,7 +569,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -541,7 +577,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -550,7 +586,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -558,13 +594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -572,7 +608,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -580,7 +616,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -588,7 +624,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -596,13 +632,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -610,13 +646,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -624,26 +660,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -651,7 +687,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -659,25 +695,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -685,26 +721,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -712,7 +748,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -720,7 +756,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -728,7 +764,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -736,7 +772,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -744,7 +780,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -753,7 +789,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -762,7 +798,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -770,7 +806,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -778,7 +814,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -786,7 +822,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -795,7 +831,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -803,7 +839,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -811,7 +847,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -819,7 +855,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -827,67 +863,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -895,7 +931,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -903,7 +939,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -911,7 +947,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -919,13 +955,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -933,7 +969,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -941,7 +977,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -949,20 +985,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -971,13 +1007,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -985,7 +1021,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -993,7 +1029,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1001,7 +1037,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1009,7 +1045,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1017,7 +1053,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1025,7 +1061,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1033,7 +1069,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1041,7 +1077,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1049,7 +1085,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1057,7 +1093,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1065,115 +1101,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1181,37 +1217,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1220,13 +1256,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1234,49 +1270,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1286,7 +1322,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1294,7 +1330,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1302,7 +1338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1310,7 +1346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1318,7 +1354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1326,7 +1362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1334,7 +1370,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1342,7 +1378,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1351,13 +1387,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1366,19 +1402,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1386,7 +1422,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1395,7 +1431,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1404,7 +1440,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1413,13 +1449,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1427,7 +1463,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1435,7 +1471,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1444,7 +1480,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1453,7 +1489,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1463,7 +1499,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1472,19 +1508,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1493,7 +1529,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1502,7 +1538,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1510,7 +1546,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1518,7 +1554,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1527,13 +1563,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1541,7 +1577,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1550,7 +1586,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1559,13 +1595,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1573,13 +1609,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1587,13 +1623,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1601,13 +1637,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1615,7 +1651,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1624,13 +1660,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1638,7 +1674,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1647,38 +1683,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1686,43 +1722,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1730,13 +1766,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1744,67 +1780,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1814,7 +1850,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1831,7 +1867,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1839,19 +1875,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1859,7 +1895,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1868,7 +1904,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1877,19 +1913,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1897,7 +1933,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1905,25 +1941,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1931,7 +1967,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1940,7 +1976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1949,25 +1985,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1975,19 +2011,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1995,7 +2031,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2003,19 +2039,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2023,7 +2059,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2031,19 +2067,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2051,7 +2087,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2059,19 +2095,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2081,7 +2117,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2089,7 +2125,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2097,49 +2133,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/pot/Concepts.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Configuration.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Controls.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Controls.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Controls.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Conversations.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Drools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Drools.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Drools.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:39+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Events.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Events.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Events.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Excel.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Excel.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Excel.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Feedback.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Framework.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Framework.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Framework.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Groovy.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Gwt.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/I18n.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/I18n.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/I18n.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Itext.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Itext.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Itext.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Jms.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Jms.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Jms.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Mail.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Mail.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Mail.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Performance.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Performance.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Performance.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Persistence.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Preface.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Preface.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Preface.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Remoting.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Rss.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Rss.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Rss.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Security.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Security.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Security.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Spring.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Spring.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Spring.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Testing.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Testing.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Testing.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Text.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Text.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Text.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Tools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Tools.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Tools.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Validation.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Validation.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Validation.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Webservices.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Websphere.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Wicket.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Xml.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Xml.pot 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pot/Xml.pot 2009-04-09 13:28:38 UTC (rev 10373)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-07 12:40+0000\n"
+"POT-Creation-Date: 2009-04-09 13:05+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pt-BR/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pt-BR/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/pt-BR/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/ru-RU/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ru-RU/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/ru-RU/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/si-LK/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/si-LK/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/si-LK/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/sl-SL/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/sl-SL/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/sl-SL/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-21 00:37+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/ta-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ta-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/ta-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/te-IN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/te-IN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/te-IN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/zh-CN/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-CN/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/zh-CN/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
Modified: trunk/doc/Seam_Reference_Guide/zh-TW/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-TW/Components.po 2009-04-09 13:28:01 UTC (rev 10372)
+++ trunk/doc/Seam_Reference_Guide/zh-TW/Components.po 2009-04-09 13:28:38 UTC (rev 10373)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-03-31 09:07+0000\n"
+"POT-Creation-Date: 2009-04-09 13:04+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:53 Components.xml:308 Components.xml:518 Components.xml:670
+#: Components.xml:53 Components.xml:335 Components.xml:545 Components.xml:697
#, no-c-format
msgid "All of these components are always installed."
msgstr ""
@@ -267,34 +267,70 @@
msgid "A convenient API for sending HTTP errors."
msgstr ""
+#. Tag: literal
+#: Components.xml:196
+#, no-c-format
+msgid "org.jboss.seam.ui.renderStampStore"
+msgstr ""
+
#. Tag: para
-#: Components.xml:197
+#: Components.xml:198
#, no-c-format
msgid ""
+"A component (session-scoped by default) responsible for maintaining a "
+"collection of render stamps. A render stamp is an indicator as to whether a "
+"form which was rendered has been submitted. This store is useful when the "
+"client-side state saving method of JSF is being used because it puts the "
+"determination of whether a form has been posted in the control of the server "
+"rather than in the component tree which is maintained on the client."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:206
+#, no-c-format
+msgid ""
+"To unbind this check from the session (which is one of the main design goals "
+"of client-side state saving) an implementation must be provided that stores "
+"the render stamps in the application (valid as long as the application is "
+"running) or the database (valid across server restarts)."
+msgstr ""
+
+#. Tag: para
+#: Components.xml:214
+#, no-c-format
+msgid ""
+"<literal>maxSize</literal> — The maximum number of stamps to be kept "
+"in the store. Default: 100"
+msgstr ""
+
+#. Tag: para
+#: Components.xml:224
+#, no-c-format
+msgid ""
"These components are installed when the class <literal>javax.faces.context."
"FacesContext</literal> is available on the classpath."
msgstr ""
#. Tag: title
-#: Components.xml:204
+#: Components.xml:231
#, no-c-format
msgid "Utility components"
msgstr ""
#. Tag: para
-#: Components.xml:205
+#: Components.xml:232
#, no-c-format
msgid "These components are merely useful."
msgstr ""
#. Tag: literal
-#: Components.xml:211
+#: Components.xml:238
#, no-c-format
msgid "org.jboss.seam.core.events"
msgstr ""
#. Tag: para
-#: Components.xml:213
+#: Components.xml:240
#, no-c-format
msgid ""
"An API for raising events that can be observed via <literal>@Observer</"
@@ -302,7 +338,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:220
+#: Components.xml:247
#, no-c-format
msgid ""
"<literal>raiseEvent(String type)</literal> — raise an event of a "
@@ -310,7 +346,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:227
+#: Components.xml:254
#, no-c-format
msgid ""
"<literal>raiseAsynchronousEvent(String type)</literal> — raise an "
@@ -318,7 +354,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:234
+#: Components.xml:261
#, no-c-format
msgid ""
"<literal>raiseTimedEvent(String type, ....)</literal> — schedule an "
@@ -326,7 +362,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:241
+#: Components.xml:268
#, no-c-format
msgid ""
"<literal>addListener(String type, String methodBinding)</literal> — "
@@ -334,19 +370,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:250
+#: Components.xml:277
#, no-c-format
msgid "org.jboss.seam.core.interpolator"
msgstr ""
#. Tag: para
-#: Components.xml:252
+#: Components.xml:279
#, no-c-format
msgid "An API for interpolating the values of JSF EL expressions in Strings."
msgstr ""
#. Tag: para
-#: Components.xml:258
+#: Components.xml:285
#, no-c-format
msgid ""
"<literal>interpolate(String template)</literal> — scan the template "
@@ -355,19 +391,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:268
+#: Components.xml:295
#, no-c-format
msgid "org.jboss.seam.core.expressions"
msgstr ""
#. Tag: para
-#: Components.xml:270
+#: Components.xml:297
#, no-c-format
msgid "An API for creating value and method bindings."
msgstr ""
#. Tag: para
-#: Components.xml:275
+#: Components.xml:302
#, no-c-format
msgid ""
"<literal>createValueBinding(String expression)</literal> — create a "
@@ -375,7 +411,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:281
+#: Components.xml:308
#, no-c-format
msgid ""
"<literal>createMethodBinding(String expression)</literal> — create a "
@@ -383,20 +419,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:290 Components.xml:1354
+#: Components.xml:317 Components.xml:1381
#, no-c-format
msgid "org.jboss.seam.core.pojoCache"
msgstr ""
#. Tag: para
-#: Components.xml:292
+#: Components.xml:319
#, no-c-format
msgid ""
"Manager component for a JBoss Cache <literal>PojoCache</literal> instance."
msgstr ""
#. Tag: para
-#: Components.xml:298
+#: Components.xml:325
#, no-c-format
msgid ""
"<literal>pojoCache.cfgResourceName</literal> — the name of the "
@@ -404,13 +440,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:314
+#: Components.xml:341
#, no-c-format
msgid "Components for internationalization and themes"
msgstr ""
#. Tag: para
-#: Components.xml:315
+#: Components.xml:342
#, no-c-format
msgid ""
"The next group of components make it easy to build internationalized user "
@@ -418,37 +454,37 @@
msgstr ""
#. Tag: literal
-#: Components.xml:322
+#: Components.xml:349
#, no-c-format
msgid "org.jboss.seam.core.locale"
msgstr ""
#. Tag: para
-#: Components.xml:324
+#: Components.xml:351
#, no-c-format
msgid "The Seam locale."
msgstr ""
#. Tag: literal
-#: Components.xml:330
+#: Components.xml:357
#, no-c-format
msgid "org.jboss.seam.international.timezone"
msgstr ""
#. Tag: para
-#: Components.xml:332
+#: Components.xml:359
#, no-c-format
msgid "The Seam timezone. The timezone is session scoped."
msgstr ""
#. Tag: literal
-#: Components.xml:338
+#: Components.xml:365
#, no-c-format
msgid "org.jboss.seam.core.resourceBundle"
msgstr ""
#. Tag: para
-#: Components.xml:340
+#: Components.xml:367
#, no-c-format
msgid ""
"The Seam resource bundle. The resource bundle is stateless. The Seam "
@@ -457,13 +493,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:348
+#: Components.xml:375
#, no-c-format
msgid "org.jboss.seam.core.resourceLoader"
msgstr ""
#. Tag: para
-#: Components.xml:350
+#: Components.xml:377
#, no-c-format
msgid ""
"The resource loader provides access to application resources and resource "
@@ -471,7 +507,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:355
+#: Components.xml:382
#, no-c-format
msgid ""
"<literal>resourceLoader.bundleNames</literal> — the names of the Java "
@@ -480,13 +516,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:365
+#: Components.xml:392
#, no-c-format
msgid "org.jboss.seam.international.localeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:367
+#: Components.xml:394
#, no-c-format
msgid ""
"Supports selection of the locale either at configuration time, or by the "
@@ -494,13 +530,13 @@
msgstr ""
#. Tag: para
-#: Components.xml:373 Components.xml:432
+#: Components.xml:400 Components.xml:459
#, no-c-format
msgid "<literal>select()</literal> — select the specified locale."
msgstr ""
#. Tag: para
-#: Components.xml:378
+#: Components.xml:405
#, no-c-format
msgid ""
"<literal>localeSelector.locale</literal> — the actual <literal>java."
@@ -508,7 +544,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:384
+#: Components.xml:411
#, no-c-format
msgid ""
"<literal>localeSelector.localeString</literal> — the stringified "
@@ -516,7 +552,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:390
+#: Components.xml:417
#, no-c-format
msgid ""
"<literal>localeSelector.language</literal> — the language for the "
@@ -524,7 +560,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:396
+#: Components.xml:423
#, no-c-format
msgid ""
"<literal>localeSelector.country</literal> — the country for the "
@@ -532,7 +568,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:402
+#: Components.xml:429
#, no-c-format
msgid ""
"<literal>localeSelector.variant</literal> — the variant for the "
@@ -540,7 +576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:408
+#: Components.xml:435
#, no-c-format
msgid ""
"<literal>localeSelector.supportedLocales</literal> — a list of "
@@ -549,7 +585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:415
+#: Components.xml:442
#, no-c-format
msgid ""
"<literal>localeSelector.cookieEnabled</literal> — specifies that the "
@@ -557,13 +593,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:424
+#: Components.xml:451
#, no-c-format
msgid "org.jboss.seam.international.timezoneSelector"
msgstr ""
#. Tag: para
-#: Components.xml:426
+#: Components.xml:453
#, no-c-format
msgid ""
"Supports selection of the timezone either at configuration time, or by the "
@@ -571,7 +607,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:437
+#: Components.xml:464
#, no-c-format
msgid ""
"<literal>timezoneSelector.timezone</literal> — the actual "
@@ -579,7 +615,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:443
+#: Components.xml:470
#, no-c-format
msgid ""
"<literal>timezoneSelector.timeZoneId</literal> — the stringified "
@@ -587,7 +623,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:449
+#: Components.xml:476
#, no-c-format
msgid ""
"<literal>timezoneSelector.cookieEnabled</literal> — specifies that the "
@@ -595,13 +631,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:458
+#: Components.xml:485
#, no-c-format
msgid "org.jboss.seam.international.messages"
msgstr ""
#. Tag: para
-#: Components.xml:460
+#: Components.xml:487
#, no-c-format
msgid ""
"A map containing internationalized messages rendered from message templates "
@@ -609,13 +645,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:467
+#: Components.xml:494
#, no-c-format
msgid "org.jboss.seam.theme.themeSelector"
msgstr ""
#. Tag: para
-#: Components.xml:469
+#: Components.xml:496
#, no-c-format
msgid ""
"Supports selection of the theme either at configuration time, or by the user "
@@ -623,26 +659,26 @@
msgstr ""
#. Tag: para
-#: Components.xml:475
+#: Components.xml:502
#, no-c-format
msgid "<literal>select()</literal> — select the specified theme."
msgstr ""
#. Tag: para
-#: Components.xml:480
+#: Components.xml:507
#, no-c-format
msgid ""
"<literal>theme.availableThemes</literal> — the list of defined themes."
msgstr ""
#. Tag: para
-#: Components.xml:486
+#: Components.xml:513
#, no-c-format
msgid "<literal>themeSelector.theme</literal> — the selected theme."
msgstr ""
#. Tag: para
-#: Components.xml:492
+#: Components.xml:519
#, no-c-format
msgid ""
"<literal>themeSelector.themes</literal> — a list of "
@@ -650,7 +686,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:499
+#: Components.xml:526
#, no-c-format
msgid ""
"<literal>themeSelector.cookieEnabled</literal> — specifies that the "
@@ -658,25 +694,25 @@
msgstr ""
#. Tag: literal
-#: Components.xml:508
+#: Components.xml:535
#, no-c-format
msgid "org.jboss.seam.theme.theme"
msgstr ""
#. Tag: para
-#: Components.xml:510
+#: Components.xml:537
#, no-c-format
msgid "A map containing theme entries."
msgstr ""
#. Tag: title
-#: Components.xml:524
+#: Components.xml:551
#, no-c-format
msgid "Components for controlling conversations"
msgstr ""
#. Tag: para
-#: Components.xml:525
+#: Components.xml:552
#, no-c-format
msgid ""
"The next group of components allow control of conversations by the "
@@ -684,26 +720,26 @@
msgstr ""
#. Tag: literal
-#: Components.xml:532
+#: Components.xml:559
#, no-c-format
msgid "org.jboss.seam.core.conversation"
msgstr ""
#. Tag: para
-#: Components.xml:534
+#: Components.xml:561
#, no-c-format
msgid ""
"API for application control of attributes of the current Seam conversation."
msgstr ""
#. Tag: para
-#: Components.xml:539 Components.xml:556
+#: Components.xml:566 Components.xml:583
#, no-c-format
msgid "<literal>getId()</literal> — returns the current conversation id"
msgstr ""
#. Tag: para
-#: Components.xml:544
+#: Components.xml:571
#, no-c-format
msgid ""
"<literal>isNested()</literal> — is the current conversation a nested "
@@ -711,7 +747,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:550
+#: Components.xml:577
#, no-c-format
msgid ""
"<literal>isLongRunning()</literal> — is the current conversation a "
@@ -719,7 +755,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:561
+#: Components.xml:588
#, no-c-format
msgid ""
"<literal>getParentId()</literal> — returns the conversation id of the "
@@ -727,7 +763,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:567
+#: Components.xml:594
#, no-c-format
msgid ""
"<literal>getRootId()</literal> — returns the conversation id of the "
@@ -735,7 +771,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:573
+#: Components.xml:600
#, no-c-format
msgid ""
"<literal>setTimeout(int timeout)</literal> — sets the timeout for the "
@@ -743,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:579
+#: Components.xml:606
#, no-c-format
msgid ""
"<literal>setViewId(String outcome)</literal> — sets the view id to be "
@@ -752,7 +788,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:586
+#: Components.xml:613
#, no-c-format
msgid ""
"<literal>setDescription(String description)</literal> — sets the "
@@ -761,7 +797,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:593
+#: Components.xml:620
#, no-c-format
msgid ""
"<literal>redirect()</literal> — redirect to the last well-defined view "
@@ -769,7 +805,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:599
+#: Components.xml:626
#, no-c-format
msgid ""
"<literal>leave()</literal> — exit the scope of this conversation, "
@@ -777,7 +813,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:605
+#: Components.xml:632
#, no-c-format
msgid ""
"<literal>begin()</literal> — begin a long-running conversation "
@@ -785,7 +821,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:611
+#: Components.xml:638
#, no-c-format
msgid ""
"<literal>beginPageflow(String pageflowName)</literal> — begin a long-"
@@ -794,7 +830,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:618
+#: Components.xml:645
#, no-c-format
msgid ""
"<literal>end()</literal> — end a long-running conversation (equivalent "
@@ -802,7 +838,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:624
+#: Components.xml:651
#, no-c-format
msgid ""
"<literal>pop()</literal> — pop the conversation stack, returning to "
@@ -810,7 +846,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:630
+#: Components.xml:657
#, no-c-format
msgid ""
"<literal>root()</literal> — return to the root conversation of the "
@@ -818,7 +854,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:636
+#: Components.xml:663
#, no-c-format
msgid ""
"<literal>changeFlushMode(FlushModeType flushMode)</literal> — change "
@@ -826,67 +862,67 @@
msgstr ""
#. Tag: literal
-#: Components.xml:645
+#: Components.xml:672
#, no-c-format
msgid "org.jboss.seam.core.conversationList"
msgstr ""
#. Tag: para
-#: Components.xml:647
+#: Components.xml:674
#, no-c-format
msgid "Manager component for the conversation list."
msgstr ""
#. Tag: literal
-#: Components.xml:653
+#: Components.xml:680
#, no-c-format
msgid "org.jboss.seam.core.conversationStack"
msgstr ""
#. Tag: para
-#: Components.xml:655
+#: Components.xml:682
#, no-c-format
msgid "Manager component for the conversation stack (breadcrumbs)."
msgstr ""
#. Tag: literal
-#: Components.xml:661
+#: Components.xml:688
#, no-c-format
msgid "org.jboss.seam.faces.switcher"
msgstr ""
#. Tag: para
-#: Components.xml:663
+#: Components.xml:690
#, no-c-format
msgid "The conversation switcher."
msgstr ""
#. Tag: title
-#: Components.xml:677
+#: Components.xml:704
#, no-c-format
msgid "jBPM-related components"
msgstr ""
#. Tag: para
-#: Components.xml:678
+#: Components.xml:705
#, no-c-format
msgid "These components are for use with jBPM."
msgstr ""
#. Tag: literal
-#: Components.xml:684
+#: Components.xml:711
#, no-c-format
msgid "org.jboss.seam.pageflow.pageflow"
msgstr ""
#. Tag: para
-#: Components.xml:686
+#: Components.xml:713
#, no-c-format
msgid "API control of Seam pageflows."
msgstr ""
#. Tag: para
-#: Components.xml:691
+#: Components.xml:718
#, no-c-format
msgid ""
"<literal>isInProcess()</literal> — returns <literal>true</literal> if "
@@ -894,7 +930,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:697
+#: Components.xml:724
#, no-c-format
msgid ""
"<literal>getProcessInstance()</literal> — returns jBPM "
@@ -902,7 +938,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:703
+#: Components.xml:730
#, no-c-format
msgid ""
"<literal>begin(String pageflowName)</literal> — begin a pageflow in "
@@ -910,7 +946,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:709
+#: Components.xml:736
#, no-c-format
msgid ""
"<literal>reposition(String nodeName)</literal> — reposition the "
@@ -918,13 +954,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:718
+#: Components.xml:745
#, no-c-format
msgid "org.jboss.seam.bpm.actor"
msgstr ""
#. Tag: para
-#: Components.xml:720
+#: Components.xml:747
#, no-c-format
msgid ""
"API for application control of attributes of the jBPM actor associated with "
@@ -932,7 +968,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:726
+#: Components.xml:753
#, no-c-format
msgid ""
"<literal>setId(String actorId)</literal> — sets the jBPM actor id of "
@@ -940,7 +976,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:732
+#: Components.xml:759
#, no-c-format
msgid ""
"<literal>getGroupActorIds()</literal> — returns a <literal>Set</"
@@ -948,20 +984,20 @@
msgstr ""
#. Tag: literal
-#: Components.xml:742
+#: Components.xml:769
#, no-c-format
msgid "org.jboss.seam.bpm.transition"
msgstr ""
#. Tag: para
-#: Components.xml:744
+#: Components.xml:771
#, no-c-format
msgid ""
"API for application control of the jBPM transition for the current task."
msgstr ""
#. Tag: para
-#: Components.xml:750
+#: Components.xml:777
#, no-c-format
msgid ""
"<literal>setName(String transitionName)</literal> — sets the jBPM "
@@ -970,13 +1006,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:760
+#: Components.xml:787
#, no-c-format
msgid "org.jboss.seam.bpm.businessProcess"
msgstr ""
#. Tag: para
-#: Components.xml:762
+#: Components.xml:789
#, no-c-format
msgid ""
"API for programmatic control of the association between the conversation and "
@@ -984,7 +1020,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:768
+#: Components.xml:795
#, no-c-format
msgid ""
"<literal>businessProcess.taskId</literal> — the id of the task "
@@ -992,7 +1028,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:774
+#: Components.xml:801
#, no-c-format
msgid ""
"<literal>businessProcess.processId</literal> — the id of the process "
@@ -1000,7 +1036,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:780
+#: Components.xml:807
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentTask()</literal> — is a task "
@@ -1008,7 +1044,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:786
+#: Components.xml:813
#, no-c-format
msgid ""
"<literal>businessProcess.hasCurrentProcess()</literal> — is a process "
@@ -1016,7 +1052,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:792
+#: Components.xml:819
#, no-c-format
msgid ""
"<literal>createProcess(String name)</literal> — create an instance of "
@@ -1024,7 +1060,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:799
+#: Components.xml:826
#, no-c-format
msgid ""
"<literal>startTask()</literal> — start the task associated with the "
@@ -1032,7 +1068,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:805
+#: Components.xml:832
#, no-c-format
msgid ""
"<literal>endTask(String transitionName)</literal> — end the task "
@@ -1040,7 +1076,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:811
+#: Components.xml:838
#, no-c-format
msgid ""
"<literal>resumeTask(Long id)</literal> — associate the task with the "
@@ -1048,7 +1084,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:817
+#: Components.xml:844
#, no-c-format
msgid ""
"<literal>resumeProcess(Long id)</literal> — associate the process with "
@@ -1056,7 +1092,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:823
+#: Components.xml:850
#, no-c-format
msgid ""
"<literal>transition(String transitionName)</literal> — trigger the "
@@ -1064,115 +1100,115 @@
msgstr ""
#. Tag: literal
-#: Components.xml:832
+#: Components.xml:859
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstance"
msgstr ""
#. Tag: para
-#: Components.xml:834
+#: Components.xml:861
#, no-c-format
msgid "Manager component for the jBPM <literal>TaskInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:840
+#: Components.xml:867
#, no-c-format
msgid "org.jboss.seam.bpm.processInstance"
msgstr ""
#. Tag: para
-#: Components.xml:842
+#: Components.xml:869
#, no-c-format
msgid "Manager component for the jBPM <literal>ProcessInstance</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:848
+#: Components.xml:875
#, no-c-format
msgid "org.jboss.seam.bpm.jbpmContext"
msgstr ""
#. Tag: para
-#: Components.xml:850
+#: Components.xml:877
#, no-c-format
msgid "Manager component for an event-scoped <literal>JbpmContext</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:856
+#: Components.xml:883
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:858
+#: Components.xml:885
#, no-c-format
msgid "Manager component for the jBPM task list."
msgstr ""
#. Tag: literal
-#: Components.xml:864
+#: Components.xml:891
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTaskInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:866
+#: Components.xml:893
#, no-c-format
msgid "Manager component for the jBPM pooled task list."
msgstr ""
#. Tag: literal
-#: Components.xml:872
+#: Components.xml:899
#, no-c-format
msgid "org.jboss.seam.bpm.taskInstanceListForType"
msgstr ""
#. Tag: para
-#: Components.xml:874
+#: Components.xml:901
#, no-c-format
msgid "Manager component for the jBPM task lists."
msgstr ""
#. Tag: literal
-#: Components.xml:880
+#: Components.xml:907
#, no-c-format
msgid "org.jboss.seam.bpm.pooledTask"
msgstr ""
#. Tag: para
-#: Components.xml:882
+#: Components.xml:909
#, no-c-format
msgid "Action handler for pooled task assignment."
msgstr ""
#. Tag: literal
-#: Components.xml:888
+#: Components.xml:915
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceFinder"
msgstr ""
#. Tag: para
-#: Components.xml:890
+#: Components.xml:917
#, no-c-format
msgid "Manager for the process instance task list."
msgstr ""
#. Tag: literal
-#: Components.xml:896
+#: Components.xml:923
#, no-c-format
msgid "org.jboss.seam.bpm.processInstanceList"
msgstr ""
#. Tag: para
-#: Components.xml:898
+#: Components.xml:925
#, no-c-format
msgid "The process instance task list."
msgstr ""
#. Tag: para
-#: Components.xml:905
+#: Components.xml:932
#, no-c-format
msgid ""
"All of these components are installed whenever the component <literal>org."
@@ -1180,37 +1216,37 @@
msgstr ""
#. Tag: title
-#: Components.xml:913
+#: Components.xml:940
#, no-c-format
msgid "Security-related components"
msgstr ""
#. Tag: para
-#: Components.xml:914
+#: Components.xml:941
#, no-c-format
msgid "These components relate to web-tier security."
msgstr ""
#. Tag: literal
-#: Components.xml:920
+#: Components.xml:947
#, no-c-format
msgid "org.jboss.seam.web.userPrincipal"
msgstr ""
#. Tag: para
-#: Components.xml:922
+#: Components.xml:949
#, no-c-format
msgid "Manager component for the current user <literal>Principal</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:928
+#: Components.xml:955
#, no-c-format
msgid "org.jboss.seam.web.isUserInRole"
msgstr ""
#. Tag: para
-#: Components.xml:930
+#: Components.xml:957
#, no-c-format
msgid ""
"Allows JSF pages to choose to render a control, depending upon the roles "
@@ -1219,13 +1255,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:941
+#: Components.xml:968
#, no-c-format
msgid "JMS-related components"
msgstr ""
#. Tag: para
-#: Components.xml:942
+#: Components.xml:969
#, no-c-format
msgid ""
"These components are for use with managed <literal>TopicPublisher</literal>s "
@@ -1233,49 +1269,49 @@
msgstr ""
#. Tag: literal
-#: Components.xml:949
+#: Components.xml:976
#, no-c-format
msgid "org.jboss.seam.jms.queueSession"
msgstr ""
#. Tag: para
-#: Components.xml:951
+#: Components.xml:978
#, no-c-format
msgid "Manager component for a JMS <literal>QueueSession</literal> ."
msgstr ""
#. Tag: literal
-#: Components.xml:957
+#: Components.xml:984
#, no-c-format
msgid "org.jboss.seam.jms.topicSession"
msgstr ""
#. Tag: para
-#: Components.xml:959
+#: Components.xml:986
#, no-c-format
msgid "Manager component for a JMS <literal>TopicSession</literal> ."
msgstr ""
#. Tag: title
-#: Components.xml:968
+#: Components.xml:995
#, no-c-format
msgid "Mail-related components"
msgstr ""
#. Tag: para
-#: Components.xml:969
+#: Components.xml:996
#, no-c-format
msgid "These components are for use with Seam's Email support"
msgstr ""
#. Tag: literal
-#: Components.xml:975
+#: Components.xml:1002
#, no-c-format
msgid "org.jboss.seam.mail.mailSession"
msgstr ""
#. Tag: para
-#: Components.xml:977
+#: Components.xml:1004
#, no-c-format
msgid ""
"Manager component for a JavaMail <literal>Session</literal>. The session can "
@@ -1285,7 +1321,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:986
+#: Components.xml:1013
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.host</literal> — the hostname "
@@ -1293,7 +1329,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:991
+#: Components.xml:1018
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.port</literal> — the port of "
@@ -1301,7 +1337,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:996
+#: Components.xml:1023
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.username</literal> — the "
@@ -1309,7 +1345,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1001
+#: Components.xml:1028
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.password</literal> — the "
@@ -1317,7 +1353,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1006
+#: Components.xml:1033
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.debug</literal> — enable "
@@ -1325,7 +1361,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1011
+#: Components.xml:1038
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.ssl</literal> — enable SSL "
@@ -1333,7 +1369,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1014
+#: Components.xml:1041
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.tls</literal> — by default "
@@ -1341,7 +1377,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1019
+#: Components.xml:1046
#, no-c-format
msgid ""
"<literal>org.jboss.seam.mail.mailSession.sessionJndiName</literal> — "
@@ -1350,13 +1386,13 @@
msgstr ""
#. Tag: title
-#: Components.xml:1031
+#: Components.xml:1058
#, no-c-format
msgid "Infrastructural components"
msgstr ""
#. Tag: para
-#: Components.xml:1032
+#: Components.xml:1059
#, no-c-format
msgid ""
"These components provide critical platform infrastructure. You can install a "
@@ -1365,19 +1401,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1040
+#: Components.xml:1067
#, no-c-format
msgid "org.jboss.seam.core.init"
msgstr ""
#. Tag: para
-#: Components.xml:1042
+#: Components.xml:1069
#, no-c-format
msgid "Initialization settings for Seam. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1047
+#: Components.xml:1074
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.jndiPattern</literal> — the JNDI "
@@ -1385,7 +1421,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1053
+#: Components.xml:1080
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.debug</literal> — enable Seam debug "
@@ -1394,7 +1430,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1060
+#: Components.xml:1087
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.clientSideConversations</literal> — "
@@ -1403,7 +1439,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1067
+#: Components.xml:1094
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.init.userTransactionName</literal> — the "
@@ -1412,13 +1448,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1076
+#: Components.xml:1103
#, no-c-format
msgid "org.jboss.seam.core.manager"
msgstr ""
#. Tag: para
-#: Components.xml:1078
+#: Components.xml:1105
#, no-c-format
msgid ""
"Internal component for Seam page and conversation context management. Always "
@@ -1426,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1084
+#: Components.xml:1111
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationTimeout</literal> — "
@@ -1434,7 +1470,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1090
+#: Components.xml:1117
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.concurrentRequestTimeout</literal> "
@@ -1443,7 +1479,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1097
+#: Components.xml:1124
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIdParameter</literal> "
@@ -1452,7 +1488,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1104
+#: Components.xml:1131
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</"
@@ -1462,7 +1498,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1111
+#: Components.xml:1138
#, no-c-format
msgid ""
"<literal>org.jboss.seam.core.manager.defaultFlushMode</literal> — set "
@@ -1471,19 +1507,19 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1121
+#: Components.xml:1148
#, no-c-format
msgid "org.jboss.seam.navigation.pages"
msgstr ""
#. Tag: para
-#: Components.xml:1123
+#: Components.xml:1150
#, no-c-format
msgid "Internal component for Seam workspace management. Always installed."
msgstr ""
#. Tag: para
-#: Components.xml:1128
+#: Components.xml:1155
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.noConversationViewId</literal> "
@@ -1492,7 +1528,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1135
+#: Components.xml:1162
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.loginViewId</literal> — "
@@ -1501,7 +1537,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1142
+#: Components.xml:1169
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpPort</literal> — global "
@@ -1509,7 +1545,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1149
+#: Components.xml:1176
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.httpsPort</literal> — global "
@@ -1517,7 +1553,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1156
+#: Components.xml:1183
#, no-c-format
msgid ""
"<literal>org.jboss.seam.navigation.pages.resources</literal> — a list "
@@ -1526,13 +1562,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1166
+#: Components.xml:1193
#, no-c-format
msgid "org.jboss.seam.bpm.jbpm"
msgstr ""
#. Tag: para
-#: Components.xml:1168
+#: Components.xml:1195
#, no-c-format
msgid ""
"Bootstraps a <literal>JbpmConfiguration</literal>. Install as class "
@@ -1540,7 +1576,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1174
+#: Components.xml:1201
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.processDefinitions</literal> — a list "
@@ -1549,7 +1585,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1181
+#: Components.xml:1208
#, no-c-format
msgid ""
"<literal>org.jboss.seam.bpm.jbpm.pageflowDefinitions</literal> — a "
@@ -1558,13 +1594,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1191
+#: Components.xml:1218
#, no-c-format
msgid "org.jboss.seam.core.conversationEntries"
msgstr ""
#. Tag: para
-#: Components.xml:1193
+#: Components.xml:1220
#, no-c-format
msgid ""
"Internal session-scoped component recording the active long-running "
@@ -1572,13 +1608,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1200
+#: Components.xml:1227
#, no-c-format
msgid "org.jboss.seam.faces.facesPage"
msgstr ""
#. Tag: para
-#: Components.xml:1202
+#: Components.xml:1229
#, no-c-format
msgid ""
"Internal page-scoped component recording the conversation context associated "
@@ -1586,13 +1622,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1209
+#: Components.xml:1236
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceContexts"
msgstr ""
#. Tag: para
-#: Components.xml:1211
+#: Components.xml:1238
#, no-c-format
msgid ""
"Internal component recording the persistence contexts which were used in the "
@@ -1600,13 +1636,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1218
+#: Components.xml:1245
#, no-c-format
msgid "org.jboss.seam.jms.queueConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1220
+#: Components.xml:1247
#, no-c-format
msgid ""
"Manages a JMS <literal>QueueConnection</literal>. Installed whenever managed "
@@ -1614,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1226
+#: Components.xml:1253
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName</"
@@ -1623,13 +1659,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1236
+#: Components.xml:1263
#, no-c-format
msgid "org.jboss.seam.jms.topicConnection"
msgstr ""
#. Tag: para
-#: Components.xml:1238
+#: Components.xml:1265
#, no-c-format
msgid ""
"Manages a JMS <literal>TopicConnection</literal>. Installed whenever managed "
@@ -1637,7 +1673,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1244
+#: Components.xml:1271
#, no-c-format
msgid ""
"<literal>org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName</"
@@ -1646,38 +1682,38 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1254
+#: Components.xml:1281
#, no-c-format
msgid "org.jboss.seam.persistence.persistenceProvider"
msgstr ""
#. Tag: para
-#: Components.xml:1256
+#: Components.xml:1283
#, no-c-format
msgid "Abstraction layer for non-standardized features of JPA provider."
msgstr ""
#. Tag: literal
-#: Components.xml:1262
+#: Components.xml:1289
#, no-c-format
msgid "org.jboss.seam.core.validators"
msgstr ""
#. Tag: para
-#: Components.xml:1264
+#: Components.xml:1291
#, no-c-format
msgid ""
"Caches instances of Hibernate Validator <literal>ClassValidator</literal>."
msgstr ""
#. Tag: literal
-#: Components.xml:1270
+#: Components.xml:1297
#, no-c-format
msgid "org.jboss.seam.faces.validation"
msgstr ""
#. Tag: para
-#: Components.xml:1272
+#: Components.xml:1299
#, no-c-format
msgid ""
"Allows the application to determine whether validation failed or was "
@@ -1685,43 +1721,43 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1279
+#: Components.xml:1306
#, no-c-format
msgid "org.jboss.seam.debug.introspector"
msgstr ""
#. Tag: para
-#: Components.xml:1281 Components.xml:1289
+#: Components.xml:1308 Components.xml:1316
#, no-c-format
msgid "Support for the Seam Debug Page."
msgstr ""
#. Tag: literal
-#: Components.xml:1287
+#: Components.xml:1314
#, no-c-format
msgid "org.jboss.seam.debug.contexts"
msgstr ""
#. Tag: literal
-#: Components.xml:1295
+#: Components.xml:1322
#, no-c-format
msgid "org.jboss.seam.exception.exceptions"
msgstr ""
#. Tag: para
-#: Components.xml:1297
+#: Components.xml:1324
#, no-c-format
msgid "Internal component for exception handling."
msgstr ""
#. Tag: literal
-#: Components.xml:1303
+#: Components.xml:1330
#, no-c-format
msgid "org.jboss.seam.transaction.transaction"
msgstr ""
#. Tag: para
-#: Components.xml:1305
+#: Components.xml:1332
#, no-c-format
msgid ""
"API for controlling transactions and abstracting the underlying transaction "
@@ -1729,13 +1765,13 @@
msgstr ""
#. Tag: literal
-#: Components.xml:1313
+#: Components.xml:1340
#, no-c-format
msgid "org.jboss.seam.faces.safeActions"
msgstr ""
#. Tag: para
-#: Components.xml:1315
+#: Components.xml:1342
#, no-c-format
msgid ""
"Decides if an action expression in an incoming URL is safe. This is done by "
@@ -1743,67 +1779,67 @@
msgstr ""
#. Tag: title
-#: Components.xml:1325
+#: Components.xml:1352
#, no-c-format
msgid "Miscellaneous components"
msgstr ""
#. Tag: para
-#: Components.xml:1326
+#: Components.xml:1353
#, no-c-format
msgid "These components don't fit into"
msgstr ""
#. Tag: literal
-#: Components.xml:1332
+#: Components.xml:1359
#, no-c-format
msgid "org.jboss.seam.async.dispatcher"
msgstr ""
#. Tag: para
-#: Components.xml:1334
+#: Components.xml:1361
#, no-c-format
msgid "Dispatcher stateless session bean for asynchronous methods."
msgstr ""
#. Tag: literal
-#: Components.xml:1343
+#: Components.xml:1370
#, no-c-format
msgid "org.jboss.seam.core.image"
msgstr ""
#. Tag: para
-#: Components.xml:1345
+#: Components.xml:1372
#, no-c-format
msgid "Image manipulation and interrogation."
msgstr ""
#. Tag: para
-#: Components.xml:1356
+#: Components.xml:1383
#, no-c-format
msgid "Manager component for a PojoCache instance."
msgstr ""
#. Tag: literal
-#: Components.xml:1365
+#: Components.xml:1392
#, no-c-format
msgid "org.jboss.seam.core.uiComponent"
msgstr ""
#. Tag: para
-#: Components.xml:1367
+#: Components.xml:1394
#, no-c-format
msgid "Manages a map of UIComponents keyed by component id."
msgstr ""
#. Tag: title
-#: Components.xml:1379
+#: Components.xml:1406
#, no-c-format
msgid "Special components"
msgstr ""
#. Tag: para
-#: Components.xml:1380
+#: Components.xml:1407
#, no-c-format
msgid ""
"Certain special Seam component classes are installable multiple times under "
@@ -1813,7 +1849,7 @@
msgstr ""
#. Tag: programlisting
-#: Components.xml:1386
+#: Components.xml:1413
#, no-c-format
msgid ""
"<![CDATA[<component name=\"bookingDatabase\"\n"
@@ -1830,7 +1866,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1388
+#: Components.xml:1415
#, no-c-format
msgid ""
"The Seam component names are <literal>bookingDatabase</literal> and "
@@ -1838,19 +1874,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1395
+#: Components.xml:1422
#, no-c-format
msgid "<entityManager>"
msgstr ""
#. Tag: literal
-#: Components.xml:1396
+#: Components.xml:1423
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedPersistenceContext"
msgstr ""
#. Tag: para
-#: Components.xml:1398
+#: Components.xml:1425
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed <literal>EntityManager</"
@@ -1858,7 +1894,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1404
+#: Components.xml:1431
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.entityManagerFactory — a "
@@ -1867,7 +1903,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1409
+#: Components.xml:1436
#, no-c-format
msgid ""
"<emphasis><entityManager></emphasis>.persistenceUnitJndiName — "
@@ -1876,19 +1912,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1419
+#: Components.xml:1446
#, no-c-format
msgid "<entityManagerFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1420
+#: Components.xml:1447
#, no-c-format
msgid "org.jboss.seam.persistence.EntityManagerFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1422
+#: Components.xml:1449
#, no-c-format
msgid ""
"Manages a JPA <literal>EntityManagerFactory</literal>. This is most useful "
@@ -1896,7 +1932,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1428
+#: Components.xml:1455
#, no-c-format
msgid ""
"<literal>entityManagerFactory.persistenceUnitName</literal> — the name "
@@ -1904,25 +1940,25 @@
msgstr ""
#. Tag: para
-#: Components.xml:1434 Components.xml:1477
+#: Components.xml:1461 Components.xml:1504
#, no-c-format
msgid "See the API JavaDoc for further configuration properties."
msgstr ""
#. Tag: emphasis
-#: Components.xml:1440
+#: Components.xml:1467
#, no-c-format
msgid "<session>"
msgstr ""
#. Tag: literal
-#: Components.xml:1441
+#: Components.xml:1468
#, no-c-format
msgid "org.jboss.seam.persistence.ManagedSession"
msgstr ""
#. Tag: para
-#: Components.xml:1443
+#: Components.xml:1470
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Hibernate "
@@ -1930,7 +1966,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1448
+#: Components.xml:1475
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactory — a value binding "
@@ -1939,7 +1975,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1453
+#: Components.xml:1480
#, no-c-format
msgid ""
"<emphasis><session></emphasis>.sessionFactoryJndiName — the JNDI "
@@ -1948,25 +1984,25 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1463
+#: Components.xml:1490
#, no-c-format
msgid "<sessionFactory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1464
+#: Components.xml:1491
#, no-c-format
msgid "org.jboss.seam.persistence.HibernateSessionFactory"
msgstr ""
#. Tag: para
-#: Components.xml:1466
+#: Components.xml:1493
#, no-c-format
msgid "Manages a Hibernate <literal>SessionFactory</literal>."
msgstr ""
#. Tag: para
-#: Components.xml:1471
+#: Components.xml:1498
#, no-c-format
msgid ""
"<literal><sessionFactory>.cfgResourceName</literal> — the path "
@@ -1974,19 +2010,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1483
+#: Components.xml:1510
#, no-c-format
msgid "<managedQueueSender>"
msgstr ""
#. Tag: literal
-#: Components.xml:1484
+#: Components.xml:1511
#, no-c-format
msgid "org.jboss.seam.jms.ManagedQueueSender"
msgstr ""
#. Tag: para
-#: Components.xml:1486
+#: Components.xml:1513
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>QueueSender</"
@@ -1994,7 +2030,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1491
+#: Components.xml:1518
#, no-c-format
msgid ""
"<emphasis><managedQueueSender></emphasis>.queueJndiName — the "
@@ -2002,19 +2038,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1500
+#: Components.xml:1527
#, no-c-format
msgid "<managedTopicPublisher>"
msgstr ""
#. Tag: literal
-#: Components.xml:1501
+#: Components.xml:1528
#, no-c-format
msgid "org.jboss.seam.jms.ManagedTopicPublisher"
msgstr ""
#. Tag: para
-#: Components.xml:1503
+#: Components.xml:1530
#, no-c-format
msgid ""
"Manager component for an event scoped managed JMS <literal>TopicPublisher</"
@@ -2022,7 +2058,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1508
+#: Components.xml:1535
#, no-c-format
msgid ""
"<emphasis><managedTopicPublisher></emphasis>.topicJndiName — the "
@@ -2030,19 +2066,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1517
+#: Components.xml:1544
#, no-c-format
msgid "<managedWorkingMemory>"
msgstr ""
#. Tag: literal
-#: Components.xml:1518
+#: Components.xml:1545
#, no-c-format
msgid "org.jboss.seam.drools.ManagedWorkingMemory"
msgstr ""
#. Tag: para
-#: Components.xml:1520
+#: Components.xml:1547
#, no-c-format
msgid ""
"Manager component for a conversation scoped managed Drools "
@@ -2050,7 +2086,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1525
+#: Components.xml:1552
#, no-c-format
msgid ""
"<emphasis><managedWorkingMemory></emphasis>.ruleBase — a value "
@@ -2058,19 +2094,19 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1534
+#: Components.xml:1561
#, no-c-format
msgid "<ruleBase>"
msgstr ""
#. Tag: literal
-#: Components.xml:1535
+#: Components.xml:1562
#, no-c-format
msgid "org.jboss.seam.drools.RuleBase"
msgstr ""
#. Tag: para
-#: Components.xml:1537
+#: Components.xml:1564
#, no-c-format
msgid ""
"Manager component for an application scoped Drools <literal>RuleBase</"
@@ -2080,7 +2116,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1544
+#: Components.xml:1571
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.ruleFiles — a list of files "
@@ -2088,7 +2124,7 @@
msgstr ""
#. Tag: para
-#: Components.xml:1548
+#: Components.xml:1575
#, no-c-format
msgid ""
"<emphasis><ruleBase></emphasis>.dslFile — a Drools DSL "
@@ -2096,49 +2132,49 @@
msgstr ""
#. Tag: emphasis
-#: Components.xml:1557
+#: Components.xml:1584
#, no-c-format
msgid "<entityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1558
+#: Components.xml:1585
#, no-c-format
msgid "org.jboss.seam.framework.EntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1565
+#: Components.xml:1592
#, no-c-format
msgid "<hibernateEntityHome>"
msgstr ""
#. Tag: literal
-#: Components.xml:1566
+#: Components.xml:1593
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityHome"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1573
+#: Components.xml:1600
#, no-c-format
msgid "<entityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1574
+#: Components.xml:1601
#, no-c-format
msgid "org.jboss.seam.framework.EntityQuery"
msgstr ""
#. Tag: emphasis
-#: Components.xml:1581
+#: Components.xml:1608
#, no-c-format
msgid "<hibernateEntityQuery>"
msgstr ""
#. Tag: literal
-#: Components.xml:1582
+#: Components.xml:1609
#, no-c-format
msgid "org.jboss.seam.framework.HibernateEntityQuery"
msgstr ""
15 years, 7 months