Package jodd.petite
Class ScopedProxyAdvice
- java.lang.Object
-
- jodd.petite.ScopedProxyAdvice
-
- All Implemented Interfaces:
jodd.proxetta.ProxyAdvice
public class ScopedProxyAdvice extends java.lang.Object implements jodd.proxetta.ProxyAdviceScoped proxy advice. For each wrapped method, it will lookup for the bean from the container and will delegate the method call to it.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameBean name for lookup.PetiteContainerpetiteContainerPetite container.
-
Constructor Summary
Constructors Constructor Description ScopedProxyAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute()
-
-
-
Field Detail
-
petiteContainer
public PetiteContainer petiteContainer
Petite container.
-
name
public java.lang.String name
Bean name for lookup.
-
-