Class AjaxTestAction

java.lang.Object
org.apache.struts2.showcase.ajax.AjaxTestAction
All Implemented Interfaces:
Serializable, Action

public class AjaxTestAction extends Object implements Action, Serializable
See Also:
  • Constructor Details

    • AjaxTestAction

      public AjaxTestAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • getServerTime

      public long getServerTime()
    • getCount

      public int getCount()
    • getData

      public String getData()
    • setData

      public void setData(String data)