[jboss-user] [JBoss Portal] - Re: Creating a portlet instance of an unamed portlet

egandt do-not-reply at jboss.com
Tue Dec 5 12:06:42 EST 2006


Here it is:

<?xml version="1.0" encoding="UTF-8"?>
<portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet">

<portlet-name>ActiveContent</portlet-name>
<portlet-class>com.fatwire.flame.portlets.MyActiveList</portlet-class>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.renderpage
OpenMarket/Flame/MyActiveList/View
</init-param>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.mode
WCM
</init-param>

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

<portlet-info>
Active Content
</portlet-info>


<portlet-name>ActiveDocuments</portlet-name>
<portlet-class>com.fatwire.flame.portlets.MyActiveList</portlet-class>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.renderpage
OpenMarket/Flame/MyActiveList/View
</init-param>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.mode
DM
</init-param>

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

<portlet-info>
Active Documents
</portlet-info>


<portlet-name>CheckedoutContent</portlet-name>
<portlet-class>com.fatwire.flame.portlets.MyCheckouts</portlet-class>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.renderpage
OpenMarket/Flame/MyCheckouts/View
</init-param>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.mode
WCM
</init-param>

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

<portlet-info>
Checked-out Content
</portlet-info>


<portlet-name>CheckedoutDocuments</portlet-name>
<portlet-class>com.fatwire.flame.portlets.MyCheckouts</portlet-class>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.renderpage
OpenMarket/Flame/MyCheckouts/View
</init-param>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.mode
DM
</init-param>

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

<portlet-info>
Checked-out Documents
</portlet-info>


<portlet-name>ContentAssignments</portlet-name>
<portlet-class>com.fatwire.flame.portlets.MyAssignments</portlet-class>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.renderpage
OpenMarket/Flame/MyAssignments/View
</init-param>
<init-param>
com.fatwire.cs.portals.portlet.CSPortlet.config.mode
WCM
</init-param>

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

<portlet-info>
Content Assignments
</portlet-info>

</portlet-app>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991374#3991374

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991374



More information about the jboss-user mailing list