Versions Compared

Key

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

...

In order to support invocation of Page methods, Click should be enhanced so that if the 'page-method' request parameter is present, that request parameter value will be the Page method to invoke. The signature of the method must be: "public Partial methodName()". Except for creating the Page object and onSecurityCheck event, no other page events (onInit, onRender etc) are executed.

...