You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/09/20 20:22:42 UTC

svn commit: r290512 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml

Author: taylor
Date: Tue Sep 20 11:22:41 2005
New Revision: 290512

URL: http://svn.apache.org/viewcvs?rev=290512&view=rev
Log:
demo for:

http://issues.apache.org/jira/browse/JS2-363
Document Resources: Profiler mapping criteria to associated pages

The FilePortlet can now optionally look at the path i.e.

/content/Constitution.html

and map that to a PSML page, where the PSML page is never referenced in the URL
this feature is useful for Graffito

Added:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml?rev=290512&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Public/content.psml Tue Sep 20 11:22:41 2005
@@ -0,0 +1,24 @@
+<!--
+Copyright 2004 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<page id="Public.content">
+  <defaults
+     layout-decorator="jscookmenu"
+     portlet-decorator="blue-gradient"
+  />
+  <title>Public Content</title>
+
+  <fragment id="public.content.1" type="layout" name="jetspeed-layouts::VelocityOneColumn">
+    <fragment id="public.content.2" type="portlet" name="demo::ContentViewer"/>
+  </fragment>
+
+</page>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org