public class ViewScopedCDIEventFireHelperImpl extends java.lang.Object implements java.io.Serializable, ViewScopedCDIEventFireHelper
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
(package private) javax.enterprise.event.Event<javax.faces.component.UIViewRoot> |
viewScopeDestroyedEvent |
(package private) javax.enterprise.event.Event<javax.faces.component.UIViewRoot> |
viewScopeInitializedEvent |
Constructor and Description |
---|
ViewScopedCDIEventFireHelperImpl() |
Modifier and Type | Method and Description |
---|---|
void |
fireDestroyedEvent(javax.faces.component.UIViewRoot root) |
void |
fireInitializedEvent(javax.faces.component.UIViewRoot root) |
private static final long serialVersionUID
@Inject @Initialized(value=javax.faces.view.ViewScoped.class) javax.enterprise.event.Event<javax.faces.component.UIViewRoot> viewScopeInitializedEvent
@Inject @Destroyed(value=javax.faces.view.ViewScoped.class) javax.enterprise.event.Event<javax.faces.component.UIViewRoot> viewScopeDestroyedEvent
public void fireInitializedEvent(javax.faces.component.UIViewRoot root)
fireInitializedEvent
in interface ViewScopedCDIEventFireHelper
public void fireDestroyedEvent(javax.faces.component.UIViewRoot root)
fireDestroyedEvent
in interface ViewScopedCDIEventFireHelper
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.