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

All Known Implementing Classes:
WebConfigParserImpl

public interface WebConfigParser

Author:
Neil Griffin

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

Method Detail

parse

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

Throws:
IOException


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