Class HelloAdvice
- java.lang.Object
-
- com.aspectran.demo.examples.hello.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.Stringgoodbye(com.aspectran.core.activity.Translet translet)java.lang.Stringwelcome()
-