Class 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.String helloWorld()  
      • Methods inherited from class java.lang.Object

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

      • HelloAction

        public HelloAction()
    • Method Detail

      • helloWorld

        public java.lang.String helloWorld()