public class ConversationExpiryChecker extends Object implements IComponentOnBeforeRenderListener
ConversationExpiredException
when an expired conversation is detected.
For example a link that calls Conversation.end()
but does not redirect to a
non-conversation-dependent page will be caught by this listener.Constructor and Description |
---|
ConversationExpiryChecker(CdiContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
onBeforeRender(Component component)
Called when the component is about to be rendered
|
public ConversationExpiryChecker(CdiContainer container)
public void onBeforeRender(Component component)
IComponentOnBeforeRenderListener
onBeforeRender
in interface IComponentOnBeforeRenderListener
component
- the component that is about to be renderedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.