com.liferay.faces.util.config.internal
Interface FacesConfigDescriptorParser

All Known Implementing Classes:
FacesConfigDescriptorParserImpl

public interface FacesConfigDescriptorParser

Author:
Neil Griffin

Method Summary
 FacesConfigDescriptor parse(InputStream inputStream, String path)
           
 FacesConfigDescriptor parse(InputStream inputStream, URL url)
          Parses the specified InputStream and returns a new FacesConfigDescriptor.
 

Method Detail

parse

FacesConfigDescriptor parse(InputStream inputStream,
                            URL url)
                            throws IOException
Parses the specified InputStream and returns a new FacesConfigDescriptor. Closing the specified InputStream is the responsibility of the caller.

Throws:
IOException

parse

FacesConfigDescriptor parse(InputStream inputStream,
                            String path)
                            throws IOException
Throws:
IOException


Copyright © 2015 Liferay, Inc.. All rights reserved.