Package jodd.petite

Class ScopedProxyAdvice

  • All Implemented Interfaces:
    jodd.proxetta.ProxyAdvice

    public class ScopedProxyAdvice
    extends java.lang.Object
    implements jodd.proxetta.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • petiteContainer

        public PetiteContainer petiteContainer
        Petite container.
      • name

        public java.lang.String name
        Bean name for lookup.
    • Constructor Detail

      • ScopedProxyAdvice

        public ScopedProxyAdvice()
    • Method Detail

      • execute

        public java.lang.Object execute()
                                 throws java.lang.Exception
        Specified by:
        execute in interface jodd.proxetta.ProxyAdvice
        Throws:
        java.lang.Exception