...
| Bloc de code |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
<portlet>
<portlet-name>${portlet.name}</portlet-name>
<display-name xml:lang="fr">esup-annuaire2<>{color:#ff0000}{*}{_}esup-annuaire2_{*}{color}</display-name>
<portlet-class>javax.portlet.faces.GenericFacesPortlet</portlet-class>
<!-- if you don'nt need mobile, you can change this first page to
/stylesheets/desktop/welcome.xhtml -->
<init-param>
<name>javax.portlet.faces.defaultViewId.view</name>
<value>/stylesheets/home.xhtml</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
<supported-locale>fr</supported-locale>
<supported-locale>en</supported-locale>
<portlet-info>
<title>${portlet.name}</title>
<short-title>${portlet.name}</short-title>
<keywords>esup-annuaire2</keywords>
</portlet-info>
</portlet>
</portlet-app>
|
...