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

All Known Implementing Classes:
FacesConfigParserImpl

public interface FacesConfigParser

Author:
Neil Griffin

Method Summary
 FacesConfig parse(InputStream inputStream, FacesConfig facesConfig)
          Parses the specified InputStream and returns a new FacesConfig that contains parsed data that has been appended to the specified FacesConfig.
 

Method Detail

parse

FacesConfig parse(InputStream inputStream,
                  FacesConfig facesConfig)
                  throws IOException
Parses the specified InputStream and returns a new FacesConfig that contains parsed data that has been appended to the specified FacesConfig. Closing the specified InputStream is the responsibility of the caller.

Throws:
IOException


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