Package org.apache.myfaces.spi.impl
Class NoInjectionAnnotationInjectionProvider
java.lang.Object
org.apache.myfaces.spi.InjectionProvider
org.apache.myfaces.spi.impl.NoInjectionAnnotationInjectionProvider
- Direct Known Subclasses:
- ResourceAnnotationInjectionProvider
See SRV.14.5 Servlet Specification Version 2.5 JSR 154
 and Common Annotations for the Java Platform JSR 250
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostConstruct(Object instance, Object creationMetaData) Call postConstruct method on the specified instance.voidpreDestroy(Object instance, Object creationMetaData) protected voidprocessAnnotations(Object instance) Inject resources in specified instance.Methods inherited from class org.apache.myfaces.spi.InjectionProviderisAvailable
- 
Constructor Details- 
NoInjectionAnnotationInjectionProviderpublic NoInjectionAnnotationInjectionProvider()
 
- 
- 
Method Details- 
inject- Specified by:
- injectin class- InjectionProvider
- Throws:
- InjectionProviderException
 
- 
postConstructpublic void postConstruct(Object instance, Object creationMetaData) throws InjectionProviderException Call postConstruct method on the specified instance.- Specified by:
- postConstructin class- InjectionProvider
- Throws:
- InjectionProviderException
 
- 
preDestroy- Specified by:
- preDestroyin class- InjectionProvider
- Throws:
- InjectionProviderException
 
- 
processAnnotationsprotected void processAnnotations(Object instance) throws IllegalAccessException, InvocationTargetException, NamingException Inject resources in specified instance.
 
-