jodd.petite
Class ScopedProxyAdvice
java.lang.Object
jodd.petite.ScopedProxyAdvice
- All Implemented Interfaces:
- ProxyAdvice
public class ScopedProxyAdvice
- extends Object
- implements ProxyAdvice
Scoped proxy advice. For each wrapped method,
it will lookup for the bean from the container
and will delegate the method call to it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
petiteContainer
public PetiteContainer petiteContainer
- Petite container.
name
public String name
- Bean name for lookup.
ScopedProxyAdvice
public ScopedProxyAdvice()
execute
public Object execute()
throws Exception
- Specified by:
execute in interface ProxyAdvice
- Throws:
Exception