org.apache.myfaces.trinidaddemo.test.stateSaving
Class TestStateSavingBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.test.stateSaving.TestStateSavingBean

public class TestStateSavingBean
extends Object


Constructor Summary
TestStateSavingBean()
           
 
Method Summary
 void addComponent(javax.faces.event.ActionEvent ae)
           
 void incrementMutable(javax.faces.event.ActionEvent ae)
           
 void incrementWithSet(javax.faces.event.ActionEvent ae)
           
 void temporaryMoveComponent(javax.faces.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStateSavingBean

public TestStateSavingBean()
Method Detail

incrementMutable

public void incrementMutable(javax.faces.event.ActionEvent ae)

incrementWithSet

public void incrementWithSet(javax.faces.event.ActionEvent ae)

addComponent

public void addComponent(javax.faces.event.ActionEvent ae)

temporaryMoveComponent

public void temporaryMoveComponent(javax.faces.event.ActionEvent ae)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.