From portal-commits at lists.jboss.org Sat May 10 00:06:04 2008 Content-Type: multipart/mixed; boundary="===============6964080222536060494==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10768 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Sat, 10 May 2008 00:06:02 -0400 Message-ID: --===============6964080222536060494== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-10 00:06:02 -0400 (Sat, 10 May 2008) New Revision: 10768 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml Log: Chapter 7. Portal URLs - starting to revise Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/u= rls.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xm= l 2008-05-10 00:51:12 UTC (rev 10767) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xm= l 2008-05-10 04:06:02 UTC (rev 10768) @@ -16,29 +16,45 @@ roy(a)jboss.org - Portal urls + Portal URLs - Introduction - Most of the time portals use very complicated urls, however = it is possible to setup - entry points in the portal that follow simple patterns. - Each portal container can contain multiple portals and withi= n a given portal, windows - are organized in pages, a page simply being a collection of wi= ndows associated to a - name. - Before reading this chapter you must know how to define a pa= ge and a portal, you can - refer to the chapter about XML descriptors to have a better un= derstanding of those - notions. + Introduction to Portals + + Portal URLs are often very complicated; however, it is possible to setup= entry points in portals that follow simple pattern. + + + Each portal container can contain multiple portals. Within a given porta= l, windows are organized into pages, with a page being a collection of wind= ows associated to a name: + + + + + + + + + + Before reading this chapter, be familiar with how to define a page= and a portal. Refer to for details. + - Accessing a portal - Each portal container can contains multiple portals, also th= ere is one special portal - which is the default portal, i.e the one used when no portal is= specified in particular. - The following examples show you how the selectio= n is done. - "/portal", will point to the default page of the d= efault portal. - "/portal/portalname/" will point to the default pa= ge of the portal - portalname - - - + Accessing a Portal + + The default portal is special, in that = it is the one used when no portal is specified. The following examples deta= il how selection is done: + + + + + + /portal/ points to the default page = of the default portal. + + + + + /portal/portal-name/ points to the default page of the portal-name portal. + + + + Accessing a page --===============6964080222536060494==--