|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.component.survey.SurveyCreatorControllerConfiguration
public class SurveyCreatorControllerConfiguration
The Configuration of the SurveyCreatorController.
| Constructor Summary | |
|---|---|
protected |
SurveyCreatorControllerConfiguration()
Default constructor. |
| Method Summary | |
|---|---|
Survey |
getSurvey(java.lang.String surveyName)
Returns the Survey by given name. |
java.lang.String |
getSurveyParameterName()
Returns the name of the request-parameter the controller evaluates. |
java.util.Map<java.lang.String,Survey> |
getSurveys()
Returns the Survey-map. |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SurveyCreatorControllerConfiguration()
| Method Detail |
|---|
public final java.util.Map<java.lang.String,Survey> getSurveys()
Survey-map.
Survey-mappublic final Survey getSurvey(java.lang.String surveyName)
Survey by given name.
surveyName - the name of the Survey
Surveypublic final java.lang.String getSurveyParameterName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||