org.apache.myfaces.spi.impl
Class DefaultInjectionProviderFactory
java.lang.Object
org.apache.myfaces.spi.InjectionProviderFactory
org.apache.myfaces.spi.impl.DefaultInjectionProviderFactory
public class DefaultInjectionProviderFactory
- extends InjectionProviderFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INJECTION_PROVIDER_INSTANCE_KEY
public static final String INJECTION_PROVIDER_INSTANCE_KEY
- Define the class implementing InjectionProvider interface to handle PostConstruct
and PreDestroy annotations.
This also can be configured using a SPI entry (/META-INF/services/...).
INJECTION_PROVIDER
@JSFWebConfigParam(name="org.apache.myfaces.spi.InjectionProvider",
since="2.2")
public static final String INJECTION_PROVIDER
DefaultInjectionProviderFactory
public DefaultInjectionProviderFactory()
getInjectionProvider
public InjectionProvider getInjectionProvider(ExternalContext externalContext)
- Specified by:
getInjectionProvider
in class InjectionProviderFactory
release
public void release()
- Specified by:
release
in class InjectionProviderFactory
Copyright © 2015 The Apache Software Foundation. All rights reserved.