sbd-uploadshare-portlet/src/main/webapp/WEB-INF/portlet.xml

70 lines
2.2 KiB
XML

<?xml version="1.0"?>
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0">
<portlet>
<portlet-name>upload-dataset</portlet-name>
<display-name>Upload your Method / Dataset</display-name>
<portlet-class>
org.gcube.portlets.user.sbdportlets.UploadDataset
</portlet-class>
<init-param>
<name>view-template</name>
<value>/html/uploaddataset/view.jsp</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>view</portlet-mode>
</supports>
<portlet-info>
<title>Upload your Method / Dataset</title>
<short-title>Upload Dataset</short-title>
<keywords></keywords>
</portlet-info>
<security-role-ref>
<role-name>administrator</role-name>
</security-role-ref>
<security-role-ref>
<role-name>guest</role-name>
</security-role-ref>
<security-role-ref>
<role-name>power-user</role-name>
</security-role-ref>
<security-role-ref>
<role-name>user</role-name>
</security-role-ref>
</portlet>
<portlet>
<portlet-name>collaborate-with-us</portlet-name>
<display-name>Collaborate With Us</display-name>
<portlet-class>
org.gcube.portlets.user.sbdportlets.CollaborateWithUs
</portlet-class>
<init-param>
<name>view-template</name>
<value>/html/collaboratewithus/view.jsp</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>view</portlet-mode>
</supports>
<portlet-info>
<title>Collaborate with us on your Research Idea</title>
<short-title>Collaborate With Us</short-title>
<keywords></keywords>
</portlet-info>
<security-role-ref>
<role-name>administrator</role-name>
</security-role-ref>
<security-role-ref>
<role-name>guest</role-name>
</security-role-ref>
<security-role-ref>
<role-name>power-user</role-name>
</security-role-ref>
<security-role-ref>
<role-name>user</role-name>
</security-role-ref>
</portlet>
</portlet-app>