Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  AjaxRequestTarget target = requestCycle.find(AjaxRequestTarget.class);

RequestCycle.get().find(Class<? extends IRequestHandler>) can be used to find the currently running or a scheduled IRequestHandler for other types too.

...