T
- the resource typepublic interface ResourceInjection<T>
Modifier and Type | Method and Description |
---|---|
T |
getResourceReference(CreationalContext<?> ctx) |
void |
injectResourceReference(Object declaringInstance,
CreationalContext<?> ctx) |
T getResourceReference(CreationalContext<?> ctx)
ctx
- ResourceReference
,
ResourceReferenceFactory
void injectResourceReference(Object declaringInstance, CreationalContext<?> ctx)
declaringInstance
- ctx
- Copyright © 2013 Seam Framework. All Rights Reserved.