Class WiQueryUtil

java.lang.Object
org.wicketstuff.wiquery.core.util.WiQueryUtil

public final class WiQueryUtil extends Object
  • Method Details

    • getCurrentPage

      public static org.apache.wicket.Page getCurrentPage()
    • getCurrentPageParameters

      public static org.apache.wicket.request.mapper.parameter.PageParameters getCurrentPageParameters()
    • isCurrentRequestAjax

      public static boolean isCurrentRequestAjax()
    • getJQueryResourceReference

      public static org.apache.wicket.request.resource.ResourceReference getJQueryResourceReference()
      Looks for the jQuery resource reference. First we see if the application knows where it is, in case the user has overriden it. If that fails we use the default resource reference.
    • getWicketAjaxReference

      public static org.apache.wicket.request.resource.ResourceReference getWicketAjaxReference()