Class TreeCommandTypesController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.TreeCommandTypesController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class TreeCommandTypesController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeCommandTypesController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActionOneCount()intgetActionTwoCount()CommandNodegetSample()voidincreaseActionCount(String name)
-
-
-
Method Detail
-
getSample
public CommandNode getSample()
-
getActionOneCount
public int getActionOneCount()
-
increaseActionCount
public void increaseActionCount(String name)
-
getActionTwoCount
public int getActionTwoCount()
-
-