Class EmptyAjaxRequestHandler

  • All Implemented Interfaces:
    org.apache.wicket.request.IRequestHandler

    public final class EmptyAjaxRequestHandler
    extends Object
    implements org.apache.wicket.request.IRequestHandler
    The empty AJAX request target does output an empty AJAX response.
    May be used as a light, "do nothing" Ajax response.
    Author:
    Matej Knopp
    • Method Detail

      • getInstance

        public static EmptyAjaxRequestHandler getInstance()
        Gets the singleton instance.
        Returns:
        the singleton instance
      • respond

        public void respond​(org.apache.wicket.request.IRequestCycle requestCycle)
        Specified by:
        respond in interface org.apache.wicket.request.IRequestHandler
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object