Uses of Interface
com.helger.photon.ajax.executor.IAjaxExecutor
-
Packages that use IAjaxExecutor Package Description com.helger.photon.ajax com.helger.photon.ajax.callback com.helger.photon.ajax.decl com.helger.photon.ajax.executor -
-
Uses of IAjaxExecutor in com.helger.photon.ajax
Methods in com.helger.photon.ajax with parameters of type IAjaxExecutor Modifier and Type Method Description voidAjaxInvoker. invokeFunction(String sFunctionName, IAjaxExecutor aAjaxExecutor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)voidIAjaxInvoker. invokeFunction(String sFunctionName, IAjaxExecutor aAjaxExecutor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)Invoke the specified AJAX function. -
Uses of IAjaxExecutor in com.helger.photon.ajax.callback
Methods in com.helger.photon.ajax.callback with parameters of type IAjaxExecutor 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) -
Uses of IAjaxExecutor in com.helger.photon.ajax.decl
Methods in com.helger.photon.ajax.decl that return IAjaxExecutor Modifier and Type Method Description default IAjaxExecutorIAjaxFunctionDeclaration. getExecutor()Methods in com.helger.photon.ajax.decl that return types with arguments of type IAjaxExecutor Modifier and Type Method Description Supplier<? extends IAjaxExecutor>AjaxFunctionDeclaration. getExecutorFactory()Supplier<? extends IAjaxExecutor>IAjaxFunctionDeclaration. getExecutorFactory()Methods in com.helger.photon.ajax.decl with parameters of type IAjaxExecutor Modifier and Type Method Description AjaxFunctionDeclaration.BuilderAjaxFunctionDeclaration.Builder. executor(IAjaxExecutor aAjaxExecutor)Method parameters in com.helger.photon.ajax.decl with type arguments of type IAjaxExecutor Modifier and Type Method Description AjaxFunctionDeclaration.BuilderAjaxFunctionDeclaration.Builder. executor(Class<? extends IAjaxExecutor> aAjaxExecutorClass)AjaxFunctionDeclaration.BuilderAjaxFunctionDeclaration.Builder. executor(Supplier<? extends IAjaxExecutor> aSupplier)Constructor parameters in com.helger.photon.ajax.decl with type arguments of type IAjaxExecutor Constructor Description AjaxFunctionDeclaration(String sFunctionName, Supplier<? extends IAjaxExecutor> aExecutorFactory, Predicate<? super com.helger.web.scope.IRequestWebScopeWithoutResponse> aExecutionFilter, String sServletPath) -
Uses of IAjaxExecutor in com.helger.photon.ajax.executor
Classes in com.helger.photon.ajax.executor that implement IAjaxExecutor Modifier and Type Class Description classAjaxExecutorKeepAliveA dummy AJAX handler that can be invoked to keep the session alive.
-