Uses of Interface
com.helger.photon.ajax.IAjaxInvoker
-
Packages that use IAjaxInvoker Package Description com.helger.photon.ajax com.helger.photon.ajax.callback -
-
Uses of IAjaxInvoker in com.helger.photon.ajax
Classes in com.helger.photon.ajax that implement IAjaxInvoker Modifier and Type Class Description classAjaxInvokerThe default implementation ofIAjaxInvoker.Methods in com.helger.photon.ajax that return IAjaxInvoker Modifier and Type Method Description IAjaxInvokerGlobalAjaxInvoker. getInvoker()Methods in com.helger.photon.ajax with parameters of type IAjaxInvoker Modifier and Type Method Description voidGlobalAjaxInvoker. setInvoker(IAjaxInvoker aInvoker)Set the global invoker to be used. -
Uses of IAjaxInvoker in com.helger.photon.ajax.callback
Methods in com.helger.photon.ajax.callback with parameters of type IAjaxInvoker Modifier and Type Method Description voidIAjaxAfterExecutionCallback. onAfterExecution(IAjaxInvoker aInvoker, String sFunctionName, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, IAjaxExecutor aExecutor, com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)Callback methodvoidIAjaxExceptionCallback. onAjaxExecutionException(IAjaxInvoker aAjaxInvoker, String sFunctionName, IAjaxExecutor aAjaxExecutor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, Exception ex)Called when an exception of the specified type occurredvoidLoggingAjaxExceptionCallback. onAjaxExecutionException(IAjaxInvoker aAjaxInvoker, String sFunctionName, IAjaxExecutor aAjaxExecutor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, Exception ex)voidIAjaxBeforeExecutionCallback. onBeforeExecution(IAjaxInvoker aInvoker, String sFunctionName, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, IAjaxExecutor aExecutor)Callback methodvoidIAjaxLongRunningExecutionCallback. onLongRunningExecution(IAjaxInvoker aInvoker, String sFunctionName, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, IAjaxExecutor aAjaxHandler, long nExecutionMillis)Callback methodvoidLoggingAjaxLongRunningExecutionCallback. onLongRunningExecution(IAjaxInvoker aInvoker, String sFunctionName, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, IAjaxExecutor aExecutor, long nExecutionMillis)
-