Interface JsonStatusProvider

All Known Implementing Classes:
FinishSetupAction, SetupDatabaseConnectionAction, SetupEmbeddedDatabaseAction

public interface JsonStatusProvider
Allows the interceptor ExecAndWaitWithJSONStatusUpdateInterceptor to retrieve the current status of the action to pass back to the UI.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.opensymphony.webwork.dispatcher.json.JSONObject
     
  • Method Details

    • getJsonStatus

      com.opensymphony.webwork.dispatcher.json.JSONObject getJsonStatus() throws Exception
      Returns:
      JSONObject with status information required to update the UI.
      Throws:
      Exception