All Classes
-
All Classes Interface Summary Class Summary Class Description AjaxExecutorKeepAlive A dummy AJAX handler that can be invoked to keep the session alive.AjaxFunctionDeclaration Abstract base implementation ofIAjaxFunctionDeclarationAjaxFunctionDeclaration.Builder Builder forAjaxFunctionDeclarationobjects.AjaxInvoker The default implementation ofIAjaxInvoker.AjaxRegistry The default implementation ofIAjaxRegistry.AjaxSettings A central helper class that centrally manages the AJAX callbacks.AjaxXServletHandler Abstract implementation of a servlet that invokes AJAX functions.GlobalAjaxInvoker Global AJAX invoker.IAjaxAfterExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified after anIAjaxExecutorwas invoked.IAjaxBeforeExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified before anIAjaxExecutoris invoked.IAjaxExceptionCallback Callback interface to handle thrown exception objects from the Ajax servlet.IAjaxExecutor Base interface for a single AJAX function handler.IAjaxFunctionDeclaration Interface for all AJAX function declarationsIAjaxInvoker Base interface for an AJAX invoker.IAjaxLongRunningExecutionCallback Callback interface to be used with theIAjaxInvokerto get notified on long running executions.IAjaxRegistry Base interface for an AJAX registry.LoggingAjaxExceptionCallback Implementation ofIAjaxExceptionCallbacklogging to an SLF4J loggerLoggingAjaxLongRunningExecutionCallback PhotonAjaxServlet This class handles the AJAX functions