You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
<?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>mail-form</portlet-name> |
|
<display-name>Mail Form</display-name> |
|
<portlet-class>org.gcube.portlets.user.MailForm</portlet-class> |
|
<init-param> |
|
<name>view-template</name> |
|
<value>/html/mailform/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>Mail Form</title> |
|
<short-title>Mail Form</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> |