org.apache.myfaces.spi.impl
Class DefaultWebConfigProviderFactory
java.lang.Object
org.apache.myfaces.spi.WebConfigProviderFactory
org.apache.myfaces.spi.impl.DefaultWebConfigProviderFactory
public class DefaultWebConfigProviderFactory
- extends WebConfigProviderFactory
The default implementation of WebXmlProviderFactory. Looks for META-INF/service
entries of org.apache.myfaces.shared.spi.WebXmlProvider.
Returns a new DefaultWebXmlProvider if no custom impl can be found.
- Since:
- 2.0.3
- Author:
- Jakob Korherr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEB_CONFIG_PROVIDER
public static final String WEB_CONFIG_PROVIDER
WEB_CONFIG_PROVIDER_LIST
public static final String WEB_CONFIG_PROVIDER_LIST
DefaultWebConfigProviderFactory
public DefaultWebConfigProviderFactory()
getWebConfigProvider
public WebConfigProvider getWebConfigProvider(ExternalContext externalContext)
- Specified by:
getWebConfigProvider
in class WebConfigProviderFactory
Copyright © 2014 The Apache Software Foundation. All rights reserved.