+

Search Tips   |   Advanced Search

portlet.xml

 

<?xml version="1.0" encoding="UTF-8"?>

<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" 
             version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
             xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd 
             http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" id="com.ibm.portal.examples.BookmarkPortlet.f2097c78d0">

<portlet>

   <portlet-name>BookmarkPortlet</portlet-name>
   <display-name>Bookmark Portlet</display-name>

   <portlet-class>
      com.ibm.portal.examples.BookmarkPortlet
   </portlet-class>

   <init-param>
      <name>wps.markup</name>
      <value>html</value>
   </init-param>

   <expiration-cache>0</expiration-cache>

   <supports>
       <mime-type>text/html</mime-type>
       <portlet-mode>view</portlet-mode>
       <portlet-mode>edit</portlet-mode>
   </supports>

   <supported-locale>en</supported-locale>        

   <resource-bundle>
      com.ibm.portal.examples.nl.BookmarkPortlet
   </resource-bundle>

   <portlet-info>
      <title>Bookmark</title>
   </portlet-info>

   <portlet-preferences>

      <preference>
          <name>IBM</name>
          <value>http://www.ibm.com</value>
      </preference>           

      <preferences-validator>
         com.ibm.portal.examples.BookmarkPortletPreferencesValidator
      </preferences-validator>

   </portlet-preferences>        
</portlet>
</portlet-app>