Class HelloAdvice


  • @Component
    @Bean("helloAdvice")
    @Description("Defines the Advice Bean that has the Advice Method to be injected before and after the Action Method.")
    public class HelloAdvice
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloAdvice()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String goodbye​(com.aspectran.core.activity.Translet translet)  
      java.lang.String welcome()  
      • Methods inherited from class java.lang.Object

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

      • HelloAdvice

        public HelloAdvice()
    • Method Detail

      • welcome

        public java.lang.String welcome()
      • goodbye

        public java.lang.String goodbye​(com.aspectran.core.activity.Translet translet)