Package org.apache.wicket.request.cycle

Examples of org.apache.wicket.request.cycle.PageRequestHandlerTracker


   * @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()
    {

View Full Code Here

TOP

Related Classes of org.apache.wicket.request.cycle.PageRequestHandlerTracker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.