com.liferay.faces.util.config.internal
Class ApplicationConfigImpl

java.lang.Object
  extended by com.liferay.faces.util.config.internal.ApplicationConfigImpl
All Implemented Interfaces:
ApplicationConfig

public class ApplicationConfigImpl
extends Object
implements ApplicationConfig

Author:
Neil Griffin

Constructor Summary
ApplicationConfigImpl(String contextPath, FacesConfig facesConfig, WebConfig webConfig)
           
 
Method Summary
 String getContextPath()
           
 FacesConfig getFacesConfig()
           
 WebConfig getWebConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationConfigImpl

public ApplicationConfigImpl(String contextPath,
                             FacesConfig facesConfig,
                             WebConfig webConfig)
Method Detail

getContextPath

public String getContextPath()
Specified by:
getContextPath in interface ApplicationConfig

getFacesConfig

public FacesConfig getFacesConfig()
Specified by:
getFacesConfig in interface ApplicationConfig

getWebConfig

public WebConfig getWebConfig()
Specified by:
getWebConfig in interface ApplicationConfig


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