[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Peter Muir
peter at bleepbleep.org.uk
Tue Aug 14 07:50:33 EDT 2007
User: pmuir
Date: 07/08/14 07:50:33
Modified: doc/reference/en/modules components.xml
Log:
Better doc for navigation:pages
Revision Changes Path
1.67 +28 -0 jboss-seam/doc/reference/en/modules/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/components.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- components.xml 13 Aug 2007 20:21:03 -0000 1.66
+++ components.xml 14 Aug 2007 11:50:33 -0000 1.67
@@ -1087,6 +1087,34 @@
conversation entry is not found on the server side.
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>org.jboss.seam.navigation.pages.loginViewId</literal>
+ — global setting for the view id to redirect to when an
+ unauthenticated user tries to access a protected view.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>org.jboss.seam.navigation.pages.http-port</literal>
+ — global setting for the port to use when the http scheme
+ is requested.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>org.jboss.seam.navigation.pages.https-port</literal>
+ — global setting for the port to use when the https scheme
+ is requested.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>org.jboss.seam.navigation.pages.resources</literal>
+ — a list of resources to search for <literal>pages.xml</literal>
+ style resources. Defaults to <literal>WEB-INF/pages.xml</literal>.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</varlistentry>
More information about the jboss-cvs-commits
mailing list