Uses of Interface
com.liferay.faces.util.config.WebConfig

Packages that use WebConfig
com.liferay.faces.util.config   
com.liferay.faces.util.config.internal   
 

Uses of WebConfig in com.liferay.faces.util.config
 

Methods in com.liferay.faces.util.config that return WebConfig
 WebConfig ApplicationConfig.getWebConfig()
           
 

Uses of WebConfig in com.liferay.faces.util.config.internal
 

Classes in com.liferay.faces.util.config.internal that implement WebConfig
 class WebConfigImpl
           
 

Methods in com.liferay.faces.util.config.internal that return WebConfig
 WebConfig ApplicationConfigImpl.getWebConfig()
           
 WebConfig WebConfigParserImpl.parse(InputStream inputStream, WebConfig webConfig)
           
 WebConfig WebConfigParser.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.
 WebConfig WebConfigScannerImpl.scan()
           
 WebConfig WebConfigScanner.scan()
           
 

Methods in com.liferay.faces.util.config.internal with parameters of type WebConfig
protected  FacesConfigScanner ApplicationConfigInitializerImpl.newFacesConfigScanner(ClassLoader classLoader, ResourceReader resourceReader, SAXParser saxParser, boolean resolveEntities, WebConfig webConfig)
           
 WebConfig WebConfigParserImpl.parse(InputStream inputStream, WebConfig webConfig)
           
 WebConfig WebConfigParser.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.
 

Constructors in com.liferay.faces.util.config.internal with parameters of type WebConfig
ApplicationConfigImpl(String contextPath, FacesConfig facesConfig, WebConfig webConfig)
           
FacesConfigScannerImpl(ClassLoader classLoader, ResourceReader resourceReader, SAXParser saxParser, boolean resolveEntities, WebConfig webConfig)
           
 



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