| Package | Description |
|---|---|
| com.helger.photon.ajax | |
| com.helger.photon.ajax.callback | |
| com.helger.photon.ajax.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxInvoker
The default implementation of
IAjaxInvoker. |
| Modifier and Type | Method and Description |
|---|---|
IAjaxInvoker |
GlobalAjaxInvoker.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalAjaxInvoker.setInvoker(IAjaxInvoker aInvoker)
Set the global invoker to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAjaxAfterExecutionCallback.onAfterExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor,
com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)
Callback method
|
void |
LoggingAjaxExceptionCallback.onAjaxExecutionException(IAjaxInvoker aAjaxInvoker,
String sFunctionName,
IAjaxExecutor aAjaxExecutor,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
Exception ex) |
void |
IAjaxExceptionCallback.onAjaxExecutionException(IAjaxInvoker aAjaxInvoker,
String sFunctionName,
IAjaxExecutor aAjaxExecutor,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
Exception ex)
Called when an exception of the specified type occurred
|
void |
IAjaxBeforeExecutionCallback.onBeforeExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor)
Callback method
|
void |
LoggingAjaxLongRunningExecutionCallback.onLongRunningExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aExecutor,
long nExecutionMillis) |
void |
IAjaxLongRunningExecutionCallback.onLongRunningExecution(IAjaxInvoker aInvoker,
String sFunctionName,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
IAjaxExecutor aAjaxHandler,
long nExecutionMillis)
Callback method
|
| Constructor and Description |
|---|
AjaxXServletHandler(com.helger.commons.functional.ISupplier<? extends IAjaxRegistry> aRegistryFactory,
com.helger.commons.functional.ISupplier<? extends IAjaxInvoker> aInvokerFactory) |
Copyright © 2014–2019 Philip Helger. All rights reserved.