|
|
|
|
|
||||||||||
| 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.SurveyControllerConfiguration
public class SurveyControllerConfiguration
The Configuration of the SurveyController.
| Constructor Summary | |
|---|---|
protected |
SurveyControllerConfiguration()
Default constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getPreviousQuestionParameterName()
Returns the previousQuestionParameterName. |
java.lang.String |
getRedirectFinishedURI(java.lang.String surveyName)
Returns the URI to be used for the redirect once the Survey
is finished. |
java.lang.String |
getRedirectParticipatedURI(java.lang.String surveyName)
Returns the URI to be used for the redirect once the Survey
is finished and the current User has already submitted a
complete Survey. |
java.lang.String |
getSurveyIdParameterName()
Returns the surveyIdParameterName. |
java.lang.String |
getSurveyQuestionParameterName()
Returns the surveyQuestionParameterName. |
java.lang.String |
getSurveyTokenParameterName()
Returns the surveyTokenParameterName. |
| 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 SurveyControllerConfiguration()
| Method Detail |
|---|
public final java.lang.String getSurveyIdParameterName()
public final java.lang.String getSurveyQuestionParameterName()
public final java.lang.String getPreviousQuestionParameterName()
public final java.lang.String getSurveyTokenParameterName()
public final java.lang.String getRedirectFinishedURI(java.lang.String surveyName)
Survey
is finished.
surveyName - the name of the Survey
null otherwisepublic final java.lang.String getRedirectParticipatedURI(java.lang.String surveyName)
Survey
is finished and the current User has already submitted a
complete Survey.
surveyName - the name of the Survey
null otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||