Package com.sun.faces.application.view
Class ViewScopedCDIEventFireHelperImpl
java.lang.Object
com.sun.faces.application.view.ViewScopedCDIEventFireHelperImpl
- All Implemented Interfaces:
ViewScopedCDIEventFireHelper
,Serializable
public class ViewScopedCDIEventFireHelperImpl extends Object implements Serializable, ViewScopedCDIEventFireHelper
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ViewScopedCDIEventFireHelperImpl()
-
Method Summary
Modifier and Type Method Description void
fireDestroyedEvent(UIViewRoot root)
void
fireInitializedEvent(UIViewRoot root)
-
Constructor Details
-
ViewScopedCDIEventFireHelperImpl
public ViewScopedCDIEventFireHelperImpl()
-
-
Method Details
-
fireInitializedEvent
- Specified by:
fireInitializedEvent
in interfaceViewScopedCDIEventFireHelper
-
fireDestroyedEvent
- Specified by:
fireDestroyedEvent
in interfaceViewScopedCDIEventFireHelper
-