Versions Compared

Key

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

...

What's the future of onAttach/onDetach methods?

Ygor Vayinberg Vaynberg in wicket-dev:

We are trying to consolidate the methods. We have a bunch of
internalOnAttach/internalAttach/attach/onattach methods. it's a big mess.
what this refactor does is give you one method you can override - onattach()
but forces the call to super.

...