Author: mmcallis
Date: 2008-05-10 00:22:52 -0400 (Sat, 10 May 2008)
New Revision: 10769
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml
Log:
7.3. Accessing a Page
- minor revisions
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml 2008-05-10
04:06:02 UTC (rev 10768)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml 2008-05-10
04:22:52 UTC (rev 10769)
@@ -20,7 +20,7 @@
<sect1>
<title>Introduction to Portals</title>
<para>
- Portal URLs are often very complicated; however, it is possible to setup entry points
in portals that follow simple pattern.
+ Portal URLs are often very complicated; however, it is possible to setup entry points
in portals that follow simple patterns.
</para>
<para>
Each portal container can contain multiple portals. Within a given portal, windows are
organized into pages, with a page being a collection of windows associated to a name:
@@ -57,16 +57,13 @@
</para>
</sect1>
<sect1>
- <title>Accessing a page</title>
- <para>It is possible to have multiple pages per portal. As for portal there
is a default
- page for a given portal. Once the portal has been selected, then a page must
be used and
- all the windows present in that page will be rendered. The page selection
mechanism is
- the following.
- <itemizedlist>
- <listitem>"/portal/default/pageName" will render the
<literal>pageName</literal>
- page.</listitem>
- </itemizedlist>
- </para>
+ <title>Accessing a Page</title>
+ <para>
+ Each portal can have multiple pages, and each portal has a default page. When a portal
is selected, a page must be used, and all windows in that page are rendered. The page
selection mechanism is as follows:
+ </para>
+ <para>
+ <computeroutput>/portal/default/<replaceable>page-name</replaceable></computeroutput>
renders the <replaceable>page-name</replaceable> page.
+ </para>
</sect1>
<sect1>
<title>Accessing CMS Content</title>
Show replies by date