Author: weaver
Date: Mon Jun 13 10:21:25 2005
New Revision: 190438

URL: http://svn.apache.org/viewcvs?rev=190438&view=rev
Log:
restored

Added:
    
portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/jetspeed-portlet.xml
    portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/portlet.xml

Added: 
portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/jetspeed-portlet.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/jetspeed-portlet.xml?rev=190438&view=auto
==============================================================================
--- 
portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/jetspeed-portlet.xml
 (added)
+++ 
portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/jetspeed-portlet.xml
 Mon Jun 13 10:21:25 2005
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<portlet-app id="security" version="1.0" 
+    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; 
+    xmlns:js="http://portals.apache.org/jetspeed"; 
+    xmlns:dc="http://www.purl.org/dc";>
+    
+    <dc:title>Security Portlets</dc:title>
+    <dc:title xml:lang="en">Security Portlets</dc:title>
+    <dc:creator>J2 Team</dc:creator>
+    
+    <portlet>
+        <portlet-name>LoginPortlet</portlet-name>
+        <dc:title>Login Portlet</dc:title>
+        <dc:creator>J2 Team</dc:creator>
+    </portlet>
+
+    <portlet>
+        <portlet-name>LocaleSelectorPortlet</portlet-name>
+        <dc:title>Locale Selector Portlet</dc:title>
+        <dc:creator>J2 Team</dc:creator>
+    </portlet>
+
+       <js:services>
+           <js:service name='SearchComponent'/>
+               <js:service name='PortletRegistryComponent'/>
+               <js:service name='EntityAccessor'/>
+               <js:service name='UserManager'/>
+               <js:service name='PageManager'/>
+               <js:service name='RoleManager'/>
+               <js:service name='GroupManager'/>
+               <js:service name='Profiler'/>           
+       </js:services>
+       
+</portlet-app>
\ No newline at end of file

Added: portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/portlet.xml?rev=190438&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/portlet.xml 
(added)
+++ portals/jetspeed-2/trunk/applications/pam/src/webapp/WEB-INF/portlet.xml 
Mon Jun 13 10:21:25 2005
@@ -0,0 +1,296 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<portlet-app id="pam" version="1.0">
+
+<portlet id="LocaleSelector">
+    <portlet-name>LocaleSelector</portlet-name>
+    <display-name>Locale Selector</display-name>
+    <description>Locale Selector is a portlet to select your preferred 
locale</description>
+    
<portlet-class>org.apache.jetspeed.portlets.localeselector.LocaleSelectorPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    
<resource-bundle>org.apache.jetspeed.portlets.localeselector.resources.LocaleSelectorResources</resource-bundle>
+    <portlet-info>
+      <title>Locale Selector</title>
+      <short-title>This is a portlet to select your preferred 
locale</short-title>
+      <keywords>Locale,Language</keywords>
+    </portlet-info>
+</portlet>
+
+<portlet id="PortletApplicationBrowser">
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+                       <value>/WEB-INF/view/pam-browser.jsp</value>
+     </init-param>   
+    <portlet-name>PortletApplicationBrowser</portlet-name>
+    <display-name>Portlet Application Browser</display-name>
+    <description>The PAM (Portlet Application Manager) Portlet Application 
Browser displays a list of portlet applications deployed to this portal. From 
here you can add, edit, and delete portlet applications.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.pam.PortletApplicationBrowser</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>    
+    <portlet-info>
+      <title>Portlet Application Browser</title>
+      <short-title>Apps</short-title>
+      <keywords>applications,apps,PAM</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PortletApplicationDetail">
+    <init-param>
+      <description>This parameter sets the template used in view 
mode.</description>
+      <name>ViewPage</name>
+      <value>//WEB-INF/view/pam-detail.jsp</value>
+    </init-param>   
+    <portlet-name>PortletApplicationDetail</portlet-name>
+    <display-name>Portlet Application Detail</display-name>
+    <description>The PAM (Portlet Application Manager) Portlet Application 
Detail displays a specific portlet application deployed to this portal. From 
here you can add, edit, and delete this portlet application.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.pam.PortletApplicationDetail</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>    
+    <portlet-info>
+      <title>Portlet Application Detail</title>
+      <short-title>PAD</short-title>
+      <keywords>applications,apps,PAM</keywords>
+    </portlet-info>
+  </portlet>
+<!--
+<portlet id="PortalSiteBrowser">
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+                       <value>/WEB-INF/view/site-browser.jsp</value>
+     </init-param>   
+    <portlet-name>PortalSiteBrowser</portlet-name>
+    <display-name>Portal Site Browser</display-name>
+    <description>The Portal Site Browser displays a hierarchical view of the 
portal site. From here you can add, edit, and delete folders and 
pages.</description>
+    <portlet-class>org.apache.portals.bridges.jsf.FacesPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <portlet-info>
+      <title>Portal Site Browser</title>
+      <short-title>Site</short-title>
+      <keywords>admin,site</keywords>
+    </portlet-info>
+</portlet>
+-->
+<portlet id="PortalSiteBrowser">
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+                       <value>/WEB-INF/view/site-browser.jsp</value>
+     </init-param>   
+    <portlet-name>PortalSiteBrowser</portlet-name>
+    <display-name>Portal Site Browser</display-name>
+    <description>The Portal Site Browser displays a hierarchical view of the 
portal site. From here you can add, edit, and delete folders and 
pages.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.site.SiteBrowserPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <portlet-info>
+      <title>Portal Site Browser</title>
+      <short-title>Site</short-title>
+      <keywords>admin,site</keywords>
+    </portlet-info>
+</portlet>
+
+<portlet id="PortalSiteDetail">
+       <init-param>
+               <name>spring-configuration</name>
+               <value>/WEB-INF/model/spring-portlet-configuration.xml</value>
+       </init-param>
+       <init-param>
+               <name>validator-configuration</name>
+               <value>/WEB-INF/model/validator-configuration.xml</value>
+       </init-param>   
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+                       <value>folder-view</value>
+     </init-param>   
+    <portlet-name>PortalSiteDetail</portlet-name>
+    <display-name>Portal Site Detail</display-name>
+    <description>The Portal Site Detail portlet displays the details of a 
selected folder/page.  From here you can add, edit, and delete folders and 
pages.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.site.SiteDetailsPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+     
<resource-bundle>org.apache.jetspeed.portlets.site.resources.SiteResources</resource-bundle>
              
+    <portlet-info>
+      <title>Portal Site Detail</title>
+      <short-title>Site</short-title>
+      <keywords>admin,site</keywords>
+    </portlet-info>
+       
+</portlet>
+
+<portlet id="ProfilerAdmin">
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+               <value>/WEB-INF/view/profiler-admin.jsp</value>
+     </init-param>   
+    <init-param>
+       <description>This parameter sets the template used in help 
mode.</description>
+               <name>HelpPage</name>
+               <value>/WEB-INF/view/profiler-help.html</value>
+     </init-param>   
+    <portlet-name>ProfilerAdmin</portlet-name>
+    <display-name>Profiler Admin</display-name>
+    <description>The Profiler Admin is used to adminstrate profiling 
rules.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.profiler.ProfilerAdminPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <portlet-info>
+      <title>Profiler Admin</title>
+      <short-title>Profiler</short-title>
+      <keywords>admin,profiler</keywords>
+    </portlet-info>
+</portlet>
+
+<portlet id="JetspeedUserAdmin">
+    <init-param>
+        <description>This parameter sets the template used in view 
mode.</description>
+                <name>ViewPage</name>
+                        <value>/WEB-INF/view/user-admin.jsp</value>
+     </init-param>   
+    <portlet-name>JetspeedUserAdmin</portlet-name>
+    <display-name>User Administration</display-name>
+    <description>User Administration of portal users in the 
system.</description>
+    
<portlet-class>org.apache.jetspeed.portlets.security.users.UserManagerPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <portlet-info>
+      <title>User Administration</title>
+      <short-title>Users</short-title>
+      <keywords>admin,security,users</keywords>
+    </portlet-info>
+</portlet>
+
+<portlet id="PortletSelector">
+    <init-param>
+       <description>This parameter sets the template used in view 
mode.</description>
+               <name>ViewPage</name>
+                       
<value>/WEB-INF/view/selectors/portlet-selector.vm</value>
+     </init-param>   
+    <portlet-name>PortletSelector</portlet-name>
+    <display-name>Portlet Selector</display-name>
+    <description>Select one or more portlets from the customizer</description>
+    
<portlet-class>org.apache.jetspeed.portlets.selector.PortletSelector</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>EDIT</portlet-mode>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>HELP</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    
<resource-bundle>org.apache.jetspeed.portlets.site.resources.SiteResources</resource-bundle>
            
+    <portlet-preferences>
+      <preference>                            
+        <name>WindowSize</name>                    
+        <value>15</value>    
+      </preference>                                                
+    </portlet-preferences>            
+    <portlet-info>
+      <title>Portlet Selector</title>
+      <short-title>Portlets</short-title>
+      <keywords>portlet,selector,customizer,chooser,add</keywords>
+    </portlet-info>
+</portlet>
+<portlet id="PortletEntityBrowserPortlet">
+    <init-param>
+        <description>This parameter sets the template used in view 
mode.</description>
+        <name>ViewPage</name>
+            <value>/WEB-INF/view/pemp/browser_view.vm</value>
+     </init-param>
+    <portlet-name>PortletEntityBrowserPortlet</portlet-name>
+    <display-name>Portlet Entity Browser</display-name>
+    <description>Provides for browsing portlet enitites</description>
+    
<portlet-class>org.apache.jetspeed.portlets.entityeditor.PortletEntityBrowserPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <portlet-info>
+      <title>Portlet Entity Browser</title>
+      <short-title>Portlet Entity Browser</short-title>
+      <keywords>applications,apps,entity,manager</keywords>
+    </portlet-info>
+  </portlet>
+  <portlet id="PortletEntityEditorPortlet">
+    <init-param>
+        <description>This parameter sets the template used in view 
mode.</description>
+        <name>ViewPage</name>
+            <value>/WEB-INF/view/pemp/editor_view.vm</value>
+     </init-param>
+    <portlet-name>PortletEntityEditorPortlet</portlet-name>
+    <display-name>Portlet Entity Browser</display-name>
+    <description>Provides for editing of portlet enitites</description>
+    
<portlet-class>org.apache.jetspeed.portlets.entityeditor.PortletEntityEditorPortlet</portlet-class>
+    <expiration-cache>-1</expiration-cache>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <portlet-info>
+      <title>Portlet Entity Editor</title>
+      <short-title>Portlet Entity Editor</short-title>
+      <keywords>applications,apps,entity,manager</keywords>
+    </portlet-info>
+  </portlet>
+</portlet-app>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to