moving-map-portlet/src/main/webapp/WEB-INF/portlet.xml

42 lines
1.3 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>moving-form-compile</portlet-name>
<display-name>Moving Form Compile</display-name>
<portlet-class>
org.gcube.portlets.user.moving.CompileForm
</portlet-class>
<init-param>
<name>view-jsp</name>
<value>/html/form-compile/form-map.jsp</value>
</init-param>
<init-param>
<name>config-template</name>
<value>/html/form-compile/config.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>Form Compile</title>
<short-title>Form Compile</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>