net.sf.jportlet.portlet.descriptor
Interface ApplicationDescriptorLoader

All Known Implementing Classes:
ApplicationDescriptorLoaderXml

public interface ApplicationDescriptorLoader

Loader of ApplicationDescriptor

Author:
Herve Tchepannou

Method Summary
 net.sf.jportlet.portlet.descriptor.ApplicationDescriptor load(java.io.InputStream in)
          Loads ApplicationDescriptor from a InputStream
 

Method Detail

load

public net.sf.jportlet.portlet.descriptor.ApplicationDescriptor load(java.io.InputStream in)
                                                              throws PortletException
Loads ApplicationDescriptor from a InputStream

Parameters:
in - input stream
Throws:
PortletException - if any error occurs


Copyright © 2002 Herve Tchepannou. All Rights Reserved.