package org.apache.wicket.behavior;
Adapter implementation of
IBehavior. It is recommended to
extend from this class instead of directly implementing
IBehavior as this class has an extra clean
- Author(s):
- Ralf Ebert
- Eelco Hillenius
In case an unexpected exception happened anywhere between onComponentTag() and rendered(),
onException() will be called for any behavior.
- Parameters:
component
the component that has a reference to this behavior and during which processing
the exception occurredexception
the unexpected exception
Called when a component that has this behavior coupled was rendered.
- Parameters:
component
the component that has this behavior coupled