Class ActionResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.ActionResponse
All Implemented Interfaces:
Serializable

public class ActionResponse extends com.skava.core.validation.OutputModel
The Class ActionResponse holds the action details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • ActionResponse

      public ActionResponse(Action action)
      ActionResponse response constructor.
      Parameters:
      action - the action object used to initialize the ActionResponse