Module org.omnifaces
Class ConditionalWriterListener
java.lang.Object
org.omnifaces.component.input.componentidparam.ConditionalWriterListener
- All Implemented Interfaces:
PhaseListener,Serializable,EventListener
PhaseListener intended to work in conjunction with the
ComponentIdParam component.
This installs a ResponseWriter that only renders specific components.
- Since:
- 1.1
- Author:
- Arjan Tijms
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConditionalWriterListener(List<String> componentIds, List<String> clientIds, boolean renderChildren) Construct conditional writer listener. -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPhase(PhaseEvent event) voidbeforePhase(PhaseEvent event)
-
Constructor Details
-
Method Details
-
getPhaseId
- Specified by:
getPhaseIdin interfacePhaseListener
-
beforePhase
- Specified by:
beforePhasein interfacePhaseListener
-
afterPhase
- Specified by:
afterPhasein interfacePhaseListener
-