public class MadvocContextScopeInjector extends BaseScopeInjector implements Injector, ContextInjector<jodd.petite.PetiteContainer>
| Modifier and Type | Field and Description |
|---|---|
protected jodd.petite.PetiteContainer |
madpc |
scopeDataResolver, scopeType, silent| Constructor and Description |
|---|
MadvocContextScopeInjector(ScopeDataResolver scopeDataResolver,
jodd.petite.PetiteContainer madpc) |
| Modifier and Type | Method and Description |
|---|---|
void |
inject(ActionRequest actionRequest)
Injects some content into action request.
|
void |
injectContext(Target target,
ScopeData[] scopeData,
jodd.petite.PetiteContainer madpc)
Injects data from context object into the target.
|
getMatchedPropertyName, getTargetProperty, isSilent, lookupInData, lookupScopeData, setSilent, setTargetPropertypublic MadvocContextScopeInjector(ScopeDataResolver scopeDataResolver, jodd.petite.PetiteContainer madpc)
public void injectContext(Target target, ScopeData[] scopeData, jodd.petite.PetiteContainer madpc)
ContextInjectorinjectContext in interface ContextInjector<jodd.petite.PetiteContainer>target - injection targetscopeData - all scope data for target's type (shared during context initialization)madpc - injection source or any key for retrieving contextpublic void inject(ActionRequest actionRequest)
InjectorCopyright © 2003-2013 Jodd Team