Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.lifecycle
Class NuxeoLifeCycleImpl

java.lang.Object
  extended by javax.faces.lifecycle.Lifecycle
      extended by org.nuxeo.ecm.platform.ui.web.lifecycle.NuxeoLifeCycleImpl

public class NuxeoLifeCycleImpl
extends javax.faces.lifecycle.Lifecycle

Wrapper for a standard life cycle implementation that gets rid of duplicate phase listeners.

Author:
Anahide Tchertchian
See Also:
NuxeoLifeCycleFactory}.

Constructor Summary
NuxeoLifeCycleImpl(javax.faces.lifecycle.Lifecycle original)
           
 
Method Summary
 void addPhaseListener(javax.faces.event.PhaseListener listener)
           
 void execute(javax.faces.context.FacesContext context)
           
 javax.faces.event.PhaseListener[] getPhaseListeners()
           
 void removePhaseListener(javax.faces.event.PhaseListener listener)
           
 void render(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoLifeCycleImpl

public NuxeoLifeCycleImpl(javax.faces.lifecycle.Lifecycle original)
Method Detail

addPhaseListener

public void addPhaseListener(javax.faces.event.PhaseListener listener)
Specified by:
addPhaseListener in class javax.faces.lifecycle.Lifecycle

execute

public void execute(javax.faces.context.FacesContext context)
             throws javax.faces.FacesException
Specified by:
execute in class javax.faces.lifecycle.Lifecycle
Throws:
javax.faces.FacesException

getPhaseListeners

public javax.faces.event.PhaseListener[] getPhaseListeners()
Specified by:
getPhaseListeners in class javax.faces.lifecycle.Lifecycle

removePhaseListener

public void removePhaseListener(javax.faces.event.PhaseListener listener)
Specified by:
removePhaseListener in class javax.faces.lifecycle.Lifecycle

render

public void render(javax.faces.context.FacesContext context)
            throws javax.faces.FacesException
Specified by:
render in class javax.faces.lifecycle.Lifecycle
Throws:
javax.faces.FacesException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.