net.sourceforge.smile.lifecycle
Class LifecycleImpl

java.lang.Object
  extended byjavax.faces.lifecycle.Lifecycle
      extended bynet.sourceforge.smile.lifecycle.LifecycleImpl

public class LifecycleImpl
extends javax.faces.lifecycle.Lifecycle

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Field Summary
static java.lang.String SMILE_TREE_ATTRIBUTE
           
 
Constructor Summary
LifecycleImpl()
           
 
Method Summary
 void execute(javax.faces.context.FacesContext ctx)
           
 javax.faces.lifecycle.ViewHandler getViewHandler()
           
 void setViewHandler(javax.faces.lifecycle.ViewHandler viewHandler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMILE_TREE_ATTRIBUTE

public static final java.lang.String SMILE_TREE_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

LifecycleImpl

public LifecycleImpl()
Method Detail

execute

public void execute(javax.faces.context.FacesContext ctx)
             throws javax.faces.FacesException
Throws:
javax.faces.FacesException
See Also:
Lifecycle.execute(javax.faces.context.FacesContext)

getViewHandler

public javax.faces.lifecycle.ViewHandler getViewHandler()

setViewHandler

public void setViewHandler(javax.faces.lifecycle.ViewHandler viewHandler)