service-endpoint-editor/src/main/webapp/WEB-INF/portlet.xml

25 lines
1.0 KiB
XML

<?xml version="1.0"?>
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0" 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">
<portlet>
<portlet-name>RuntimeResourceCreator</portlet-name>
<display-name>Runtime Resource Creator</display-name>
<portlet-class>org.gcube.portlets.admin.sepeditor.server.portlet.RuntimeResourcePortlet</portlet-class>
<init-param>
<name>view-jsp</name>
<value>/WEB-INF/jsp/RuntimePortlet_view.jsp</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
</supports>
<portlet-info>
<title>Runtime Resource Creator</title>
<short-title>Runtime Resource Creator</short-title>
<keywords>Runtime Resource Creator</keywords>
</portlet-info>
<security-role-ref>
<role-name>administrator</role-name>
</security-role-ref>
</portlet>
</portlet-app>