com.liferay.faces.util.config.internal
Class WebConfigImpl
java.lang.Object
com.liferay.faces.util.config.internal.WebConfigImpl
- All Implemented Interfaces:
- WebConfig
public class WebConfigImpl
- extends Object
- implements WebConfig
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebConfigImpl
public WebConfigImpl()
WebConfigImpl
public WebConfigImpl(Map<String,String> configuredContextParams,
List<ConfiguredServlet> configuredServlets,
List<ConfiguredServletMapping> configuredServletMappings)
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.