Class TestController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.TestController
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class TestController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTestController.TestPage
-
Constructor Summary
Constructors Constructor Description TestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestController.TestPage>getAllTestPages()StringgetBase()List<TestController.TestPage>getTestPages()booleanhasTest()
-
-
-
Method Detail
-
hasTest
public boolean hasTest()
-
getBase
public String getBase()
-
getAllTestPages
public List<TestController.TestPage> getAllTestPages() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
getTestPages
public List<TestController.TestPage> getTestPages() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-