com.liferay.faces.util.config
Interface FacesConfig

All Known Implementing Classes:
FacesConfigImpl

public interface FacesConfig

Author:
Neil Griffin

Method Summary
 List<ConfiguredElement> getConfiguredApplicationExtensions()
           
 List<ConfiguredServletMapping> getConfiguredFacesServletMappings()
           
 List<ConfiguredElement> getConfiguredFactoryExtensions()
           
 List<ConfiguredManagedBean> getConfiguredManagedBeans()
           
 List<String> getConfiguredSuffixes()
           
 List<ConfiguredSystemEventListener> getConfiguredSystemEventListeners()
           
 

Method Detail

getConfiguredApplicationExtensions

List<ConfiguredElement> getConfiguredApplicationExtensions()

getConfiguredFacesServletMappings

List<ConfiguredServletMapping> getConfiguredFacesServletMappings()

getConfiguredFactoryExtensions

List<ConfiguredElement> getConfiguredFactoryExtensions()

getConfiguredManagedBeans

List<ConfiguredManagedBean> getConfiguredManagedBeans()

getConfiguredSuffixes

List<String> getConfiguredSuffixes()

getConfiguredSystemEventListeners

List<ConfiguredSystemEventListener> getConfiguredSystemEventListeners()


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