Package org.apache.myfaces.cdi
Class CDIInjectionProviderImpl
- java.lang.Object
- 
- org.apache.myfaces.spi.InjectionProvider
- 
- org.apache.myfaces.cdi.CDIInjectionProviderImpl
 
 
- 
 public class CDIInjectionProviderImpl extends InjectionProvider - Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description CDIInjectionProviderImpl(ExternalContext externalContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinject(Object instance)voidpostConstruct(Object instance, Object creationMetaData)voidpreDestroy(Object instance, Object creationMetaData)- 
Methods inherited from class org.apache.myfaces.spi.InjectionProviderisAvailable
 
- 
 
- 
- 
- 
Constructor Detail- 
CDIInjectionProviderImplpublic CDIInjectionProviderImpl(ExternalContext externalContext) 
 
- 
 - 
Method Detail- 
injectpublic Object inject(Object instance) throws InjectionProviderException - Specified by:
- injectin class- InjectionProvider
- Throws:
- InjectionProviderException
 
 - 
postConstructpublic void postConstruct(Object instance, Object creationMetaData) throws InjectionProviderException - Specified by:
- postConstructin class- InjectionProvider
- Throws:
- InjectionProviderException
 
 - 
preDestroypublic void preDestroy(Object instance, Object creationMetaData) throws InjectionProviderException - Specified by:
- preDestroyin class- InjectionProvider
- Throws:
- InjectionProviderException
 
 
- 
 
-