Class PostConstructViewMapEvent

java.lang.Object
All Implemented Interfaces:
Serializable

public class PostConstructViewMapEvent extends ComponentSystemEvent

This event must be published by a call to {jakarta.faces.application.Application#publishEvent} when the view map is first created. This must happen on the first time a call is made to UIViewRoot.getViewMap() on a UIViewRoot instance. The source for this event is the UIViewRoot.

Since:
2.0
See Also: