public class ConditionalWriterListener extends Object implements PhaseListener
ComponentIdParam component.
This installs a ResponseWriter that only renders specific components.
| Constructor and Description |
|---|
ConditionalWriterListener(List<String> componentIds,
List<String> clientIds,
boolean renderChildren) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPhase(PhaseEvent event) |
void |
beforePhase(PhaseEvent event) |
PhaseId |
getPhaseId() |
public PhaseId getPhaseId()
getPhaseId in interface PhaseListenerpublic void beforePhase(PhaseEvent event)
beforePhase in interface PhaseListenerpublic void afterPhase(PhaseEvent event)
afterPhase in interface PhaseListenerCopyright © 2012–2021 OmniFaces. All rights reserved.