Package jodd.pathref

Class PathrefAdvice

  • All Implemented Interfaces:
    ProxyAdvice

    public class PathrefAdvice
    extends java.lang.Object
    implements ProxyAdvice
    Pathref advice applied on all methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathrefAdvice()  
    • Method Summary

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

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

      • PathrefAdvice

        public PathrefAdvice()
    • Method Detail

      • execute

        public java.lang.Object execute()
        Reads method name and appends it. Creates object for next call and returns that value. If next object is unsupported, it will return null;
        Specified by:
        execute in interface ProxyAdvice