Sign in
apache
/
wicket
/
refs/heads/WICKET-6908-detach-failure
/
.
/
wicket-user-guide
/
src
/
main
/
asciidoc
/
componentLifecycle
/
componentLifecycle_6.adoc
blob: ff1da2897477e0919906bcb47d1b3482c2cbed23 [
file
] [
log
] [
blame
]
When
a request has finished
,
the page
and
all its contained components move a the detached stage
:
The
hook method _onDetach
()
_ notifies each component that it should release all held resources
no
longer needed
until
the
next
request
.