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

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

public class WebConfigImpl
extends Object
implements WebConfig

Author:
Neil Griffin

Constructor Summary
WebConfigImpl()
           
WebConfigImpl(Map<String,String> configuredContextParams, List<ConfiguredServlet> configuredServlets, List<ConfiguredServletMapping> configuredServletMappings)
           
 
Method Summary
 Map<String,String> getConfiguredContextParams()
           
 List<ConfiguredServletMapping> getConfiguredServletMappings()
           
 List<ConfiguredServlet> getConfiguredServlets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebConfigImpl

public WebConfigImpl()

WebConfigImpl

public WebConfigImpl(Map<String,String> configuredContextParams,
                     List<ConfiguredServlet> configuredServlets,
                     List<ConfiguredServletMapping> configuredServletMappings)
Method Detail

getConfiguredContextParams

public Map<String,String> getConfiguredContextParams()
Specified by:
getConfiguredContextParams in interface WebConfig

getConfiguredServletMappings

public List<ConfiguredServletMapping> getConfiguredServletMappings()
Specified by:
getConfiguredServletMappings in interface WebConfig

getConfiguredServlets

public List<ConfiguredServlet> getConfiguredServlets()
Specified by:
getConfiguredServlets in interface WebConfig


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