org.apache.jetspeed.descriptor
Interface JetspeedDescriptorService
public interface JetspeedDescriptorService
Jetspeed Descriptor service for loading portlet applications in a Jetspeed format.
- Version:
- $Id: $
- Author:
- David Sean Taylor
Method Summary |
PortletApplication |
read(java.lang.String name,
java.lang.String contextPath,
java.io.InputStream webDescriptor,
java.io.InputStream portletDescriptor,
java.io.InputStream jetspeedPortletDescriptor,
java.lang.ClassLoader paClassLoader)
Retrieve the PortletApp deployment descriptor
(portlet.xml). |
read
PortletApplication read(java.lang.String name,
java.lang.String contextPath,
java.io.InputStream webDescriptor,
java.io.InputStream portletDescriptor,
java.io.InputStream jetspeedPortletDescriptor,
java.lang.ClassLoader paClassLoader)
throws java.lang.Exception
- Retrieve the PortletApp deployment descriptor
(portlet.xml).
- Returns:
- Object representation of the descriptor.
- Throws:
java.lang.Exception
- if an loading or parsing error occurs.
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.