Hi,
Portlet API's first draft defined portlets calss, portlet class instance,
concrete portlet, and concrete portlet instance.
In jetspeed,a portlet will be configed like this:
<portlet-entry name="Welcome" hidden="false"
type="instance" application="false">
<meta-info>
<title>Welcome</title>
</meta-info>
<classname>org.apache.jetspeed.portal.portlets.FileServerPortlet</classname>
<url cachedOnURL="true">/welcome.html</url>
<category group="Jetspeed">html.demo</category>
</portlet-entry>
Is it a concrete portlet? or a portlet class instance?
If it's a concrete portlet, how can I config a portlet class instace ?
thanks
huang heyin
_________________________________________________________
Do You Yahoo!?
"雅虎节日大转盘惊喜不断 快乐节日好礼连连"
http://cn.promo.yahoo.com/holiday/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]