Class HelloAction
- java.lang.Object
-
- com.aspectran.demo.examples.hello.HelloAction
-
@Component @Bean("helloAction") @Description("Defines a Hello Action Bean that contains the helloWorld() method.") public class HelloAction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HelloAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringhelloWorld()
-