Annotation Type InvokableWicket


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface InvokableWicket
    Annotate methods with this if you want them to be invoked by your javascript via the wicket callback URL. These methods do not return data back to the front-end, rather, they are intended to interact with the Wicket environment. The method signature should be public void methodName(JSONObject argument, AjaxRequestTarget target).