Class DelegatingInjectionResources
java.lang.Object
org.apache.tapestry5.ioc.internal.util.DelegatingInjectionResources
- All Implemented Interfaces:
InjectionResources
Chain of command for InjectionDefaultProvider.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription<T> T
findResource
(Class<T> type, Type genericType) Given the field type, provide the matching resource value, or null.
-
Constructor Details
-
DelegatingInjectionResources
-
-
Method Details
-
findResource
Description copied from interface:InjectionResources
Given the field type, provide the matching resource value, or null.- Specified by:
findResource
in interfaceInjectionResources
- Parameters:
type
- type of field or parametergenericType
- generic type information associated with field or parameter- Returns:
- the corresponding value, or null
-