| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| implied. |
| |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"> |
| |
| <portlet> |
| <description>Dependency Viewer Portlet</description> |
| <portlet-name>DependencyViewer</portlet-name> |
| <display-name>Dependency Viewer</display-name> |
| <portlet-class>org.apache.geronimo.console.dependencyview.DependencyViewPortlet</portlet-class> |
| <expiration-cache>-1</expiration-cache> |
| <supports> |
| <mime-type>text/html</mime-type> |
| <portlet-mode>VIEW</portlet-mode> |
| <portlet-mode>HELP</portlet-mode> |
| </supports> |
| <supported-locale>en</supported-locale> |
| <supported-locale>zh</supported-locale> |
| <supported-locale>ja</supported-locale> |
| <resource-bundle>portletinfo</resource-bundle> |
| <portlet-info> |
| <title>Dependency Viewer</title> |
| <short-title>dependencyviewer</short-title> |
| </portlet-info> |
| </portlet> |
| |
| <portlet> |
| <description>JMX Viewer Portlet</description> |
| <portlet-name>JMXViewer</portlet-name> |
| <display-name>JMX Viewer</display-name> |
| <portlet-class>org.apache.geronimo.console.jmxmanager.JMXManagerPortlet</portlet-class> |
| <expiration-cache>-1</expiration-cache> |
| <supports> |
| <mime-type>text/html</mime-type> |
| <portlet-mode>VIEW</portlet-mode> |
| <portlet-mode>HELP</portlet-mode> |
| </supports> |
| <supported-locale>en</supported-locale> |
| <supported-locale>zh</supported-locale> |
| <supported-locale>ja</supported-locale> |
| <resource-bundle>portletinfo</resource-bundle> |
| <portlet-info> |
| <title>JMX Viewer</title> |
| <short-title>jmxviewer</short-title> |
| </portlet-info> |
| </portlet> |
| |
| <portlet> |
| <description>JNDI Viewer Portlet</description> |
| <portlet-name>JNDIViewer</portlet-name> |
| <display-name>JNDI Viewer</display-name> |
| <portlet-class>org.apache.geronimo.console.jndiview.JNDIViewPortlet</portlet-class> |
| <expiration-cache>-1</expiration-cache> |
| <supports> |
| <mime-type>text/html</mime-type> |
| <portlet-mode>VIEW</portlet-mode> |
| <portlet-mode>HELP</portlet-mode> |
| </supports> |
| <supported-locale>en</supported-locale> |
| <supported-locale>zh</supported-locale> |
| <supported-locale>ja</supported-locale> |
| <resource-bundle>portletinfo</resource-bundle> |
| <portlet-info> |
| <title>JNDI Viewer</title> |
| <short-title>jndiviewer</short-title> |
| </portlet-info> |
| </portlet> |
| |
| <portlet> |
| <description>LDAP Viewer Portlet</description> |
| <portlet-name>LDAPViewer</portlet-name> |
| <display-name>LDAP Viewer</display-name> |
| <portlet-class>org.apache.geronimo.console.ldapmanager.LDAPManagerPortlet</portlet-class> |
| <expiration-cache>-1</expiration-cache> |
| <supports> |
| <mime-type>text/html</mime-type> |
| <portlet-mode>VIEW</portlet-mode> |
| <portlet-mode>HELP</portlet-mode> |
| </supports> |
| <supported-locale>en</supported-locale> |
| <supported-locale>zh</supported-locale> |
| <supported-locale>ja</supported-locale> |
| <resource-bundle>portletinfo</resource-bundle> |
| <portlet-info> |
| <title>LDAP Viewer</title> |
| <short-title>ldapviewer</short-title> |
| </portlet-info> |
| </portlet> |
| |
| </portlet-app> |