java.lang.Object
com.sun.faces.application.annotation.DelegatedResourceScanner
Scanner implementation responsible for link Resource annotations.
 Note this will delegate down to the ResourceScanner so we can fail gracefully when JavaEE is not available.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<? extends Annotation> Delegate to the actual Resource scanner.com.sun.faces.application.annotation.RuntimeAnnotationHandlerDelegate to the actual EBJ scanner.
- 
Constructor Details- 
DelegatedResourceScannerpublic DelegatedResourceScanner()
 
- 
- 
Method Details- 
getAnnotationDelegate to the actual Resource scanner.- Returns:
- the annotation.
 
- 
scanDelegate to the actual EBJ scanner.- Parameters:
- clazz- the class.
- Returns:
- the runtime annotation handler.
 
 
-