org.wicketstuff.jeeweb.ajax

Class JEEWebGlobalAjaxHandler

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.request.resource.ResourceReference

        org.apache.wicket.request.resource.ResourceReference.Key, org.apache.wicket.request.resource.ResourceReference.UrlAttributes
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void configure(org.apache.wicket.protocol.http.WebApplication application)
      Configures the handler to the given application.
      org.apache.wicket.request.resource.IResource getResource()
      Receives ajax events and delegates them to the page which where rendered previously.
      • Methods inherited from class org.apache.wicket.request.resource.ResourceReference

        canBeRegistered, equals, getDependencies, getExtension, getKey, getLocale, getName, getScope, getStyle, getUrlAttributes, getVariation, hashCode, toString
    • Constructor Detail

      • JEEWebGlobalAjaxHandler

        public JEEWebGlobalAjaxHandler()
    • Method Detail

      • getResource

        public org.apache.wicket.request.resource.IResource getResource()
        Receives ajax events and delegates them to the page which where rendered previously.
        Specified by:
        getResource in class org.apache.wicket.request.resource.ResourceReference
      • configure

        public static void configure(org.apache.wicket.protocol.http.WebApplication application)
        Configures the handler to the given application.
        Parameters:
        application - the application to configure the handler to

Copyright © 2015. All rights reserved.