Package tigase.http.modules.setup.pages
Class FeaturesPage
- java.lang.Object
-
- tigase.http.modules.setup.pages.Page
-
- tigase.http.modules.setup.pages.FeaturesPage
-
- All Implemented Interfaces:
SimpleConfigPage
public class FeaturesPage extends Page implements SimpleConfigPage
-
-
Constructor Summary
Constructors Constructor Description FeaturesPage(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddQuestion(Question question)List<SingleAnswerQuestion>getClusteringQuestions()List<SingleAnswerQuestion>getFeatureQuestions()voidsetValues(Map<String,String[]> params)-
Methods inherited from class tigase.http.modules.setup.pages.Page
beforeDisplay, getId, getQuestion, getTemplate, getTitle, init, isValid, nextPage, setQuestions
-
-
-
-
Constructor Detail
-
FeaturesPage
public FeaturesPage(Config config)
-
-
Method Detail
-
getClusteringQuestions
public List<SingleAnswerQuestion> getClusteringQuestions()
-
getFeatureQuestions
public List<SingleAnswerQuestion> getFeatureQuestions()
-
addQuestion
protected void addQuestion(Question question)
- Overrides:
addQuestionin classPage
-
-