02-03-2009 06:38 PM
02-04-2009 04:07 AM
<portlet>
<description>Alfresco Your Webscript Portlet</description>
<portlet-name>YourWebscriptPortletName</portlet-name>
<portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
<init-param>
<name>authenticator</name>
<value>webscripts.authenticator.jsr168.webclient</value>
</init-param>
<init-param>
<name>scriptUrl</name>
<value>/alfresco/service/ui/doclist</value>
</init-param>
<supported-locale>it</supported-locale>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
<portlet-info>
<title>Your Webscript Title</title>
<short-title>Your WebScript Short Title</short-title>
</portlet-info>
</portlet>
In the scriptUrl value you can put your Webscript url that you would like to expose as a portlet in your portlet container, it must start with "/alfresco/service/etc..".Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.