* @param application
* the application to configure the handler to
*/
public static void configure(WebApplication application)
{
application.getRequestCycleListeners().add(new PageRequestHandlerTracker());
application.mountResource("/" + JEEWebGlobalAjaxHandler.class.getSimpleName(),
new JEEWebGlobalAjaxHandler());
application.getHeaderContributorListeners().add(new IHeaderContributor()
{