public class MadvocContextScopeInjector extends java.lang.Object implements Injector, ContextInjector<PetiteContainer>
| Modifier and Type | Field and Description |
|---|---|
protected PetiteContainer |
madpc |
| Constructor and Description |
|---|
MadvocContextScopeInjector(PetiteContainer madpc) |
| Modifier and Type | Method and Description |
|---|---|
void |
inject(ActionRequest actionRequest)
Injects some content into action request.
|
void |
injectContext(Targets targets,
PetiteContainer madpc)
Injects data from context object into the target.
|
protected final PetiteContainer madpc
public MadvocContextScopeInjector(PetiteContainer madpc)
public void injectContext(Targets targets, PetiteContainer madpc)
ContextInjectorinjectContext in interface ContextInjector<PetiteContainer>targets - injection targetsmadpc - injection source or any key for retrieving contextpublic void inject(ActionRequest actionRequest)
InjectorCopyright © 2003-present Jodd Team