|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InjectionResources | |
|---|---|
| org.apache.tapestry5.ioc.internal | |
| org.apache.tapestry5.ioc.internal.util | |
| Uses of InjectionResources in org.apache.tapestry5.ioc.internal |
|---|
| Methods in org.apache.tapestry5.ioc.internal that return InjectionResources | |
|---|---|
protected InjectionResources |
AbstractServiceCreator.createInjectionResources()
Returns a map (based on injectionResources) that includes (possibly) an additional mapping containing the collected configuration data. |
| Methods in org.apache.tapestry5.ioc.internal with parameters of type InjectionResources | |
|---|---|
protected java.lang.Object |
AbstractMethodInvokingInstrumenter.invoke(InjectionResources injectionResources)
|
| Uses of InjectionResources in org.apache.tapestry5.ioc.internal.util |
|---|
| Classes in org.apache.tapestry5.ioc.internal.util that implement InjectionResources | |
|---|---|
class |
DelegatingInjectionResources
Chain of command for InjectionDefaultProvider. |
class |
MapInjectionResources
InjectionDefaultProvider that operates using a Map from type to value. |
class |
WrongConfigurationTypeGuard
Used when invoking a contribute method to guard against a request for the wrong type of configuration interface. |
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type InjectionResources | |
|---|---|
static java.lang.Object[] |
InternalUtils.calculateParameters(ObjectLocator locator,
InjectionResources resources,
java.lang.Class[] parameterTypes,
java.lang.reflect.Type[] genericTypes,
java.lang.annotation.Annotation[][] parameterAnnotations,
OperationTracker tracker)
|
static java.lang.Object[] |
InternalUtils.calculateParametersForConstructor(java.lang.reflect.Constructor constructor,
ObjectLocator locator,
InjectionResources resources,
OperationTracker tracker)
|
static java.lang.Object[] |
InternalUtils.calculateParametersForMethod(java.lang.reflect.Method method,
ObjectLocator locator,
InjectionResources resources,
OperationTracker tracker)
|
static void |
InternalUtils.injectIntoFields(java.lang.Object object,
ObjectLocator locator,
InjectionResources resources,
OperationTracker tracker)
Injects into the fields (of all visibilities) when the Inject or
InjectService annotations are present. |
static void |
InternalUtils.invokePostInjectionMethods(java.lang.Object object,
ObjectLocator locator,
InjectionResources injectionResources,
OperationTracker tracker)
|
| Constructors in org.apache.tapestry5.ioc.internal.util with parameters of type InjectionResources | |
|---|---|
DelegatingInjectionResources(InjectionResources first,
InjectionResources next)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||