Module org.apache.wicket.core
Package org.apache.wicket.application
Interface IComponentOnBeforeRenderListener
- All Known Implementing Classes:
AutoConversationManager
,ComponentOnBeforeRenderListenerCollection
,ConversationExpiryChecker
,StatelessChecker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener that is called right after the component's
Component.onBeforeRender()
method was
invoked.- Author:
- Matej Knopp
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBeforeRender
(Component component) Called when the component is about to be rendered
-
Method Details
-
onBeforeRender
Called when the component is about to be rendered- Parameters:
component
- the component that is about to be rendered
-