private static final class InjectionProviderFactory.NoopInjectionProvider extends java.lang.Object implements InjectionProvider, AnnotationScanner
A no-op implementation of InjectionProvider
which will
be used when the #INJECTION_PROVIDER_PROPERTY is not specified or
is invalid.
AnnotationScanner.ScannedAnnotation
Modifier | Constructor and Description |
---|---|
private |
NoopInjectionProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<AnnotationScanner.ScannedAnnotation>> |
getAnnotatedClassesInCurrentModule(javax.servlet.ServletContext extContext) |
void |
inject(java.lang.Object managedBean)
This is a no-op.
|
void |
invokePostConstruct(java.lang.Object managedBean)
This is a no-op.
|
void |
invokePreDestroy(java.lang.Object managedBean)
This is a no-op.
|
public void inject(java.lang.Object managedBean)
This is a no-op.
inject
in interface InjectionProvider
managedBean
- target ManagedBeanpublic java.util.Map<java.lang.String,java.util.List<AnnotationScanner.ScannedAnnotation>> getAnnotatedClassesInCurrentModule(javax.servlet.ServletContext extContext) throws InjectionProviderException
getAnnotatedClassesInCurrentModule
in interface AnnotationScanner
InjectionProviderException
public void invokePreDestroy(java.lang.Object managedBean)
This is a no-op.
invokePreDestroy
in interface InjectionProvider
managedBean
- target ManagedBeanpublic void invokePostConstruct(java.lang.Object managedBean) throws InjectionProviderException
This is a no-op.
invokePostConstruct
in interface InjectionProvider
managedBean
- target ManagedBeanInjectionProviderException
- if an error occurs when invoking
the method annotated by the @PostConstruct
annotationCopyright © 2002-2013 Oracle America, Inc. All Rights Reserved.