public final class AjaxExecutorKeepAlive extends Object implements IAjaxExecutor
| Constructor and Description |
|---|
AjaxExecutorKeepAlive() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse)
Called to handle a specific request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitExecution, registerExternalResourcespublic void handleRequest(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull com.helger.photon.app.PhotonUnifiedResponse aAjaxResponse) throws Exception
IAjaxExecutorhandleRequest in interface IAjaxExecutoraRequestScope - the request scope values to be used. Never null.aAjaxResponse - The response object to be filled. Never null.Exception - Any exception if an error occurs.Copyright © 2014–2019 Philip Helger. All rights reserved.