Class AttributeController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.AttributeController
-
- All Implemented Interfaces:
Serializable
@Named @SessionScoped public class AttributeController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCounter()StringgetValue()booleanisCondition()Stringreload()voidsetCondition(boolean condition)voidsetCounter(int counter)Stringupdate()
-