|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport cmu.survey.jsp.tags.TagSupportAndMore cmu.survey.jsp.tags.QuestionTagStub cmu.survey.jsp.tags.QuestionContainerTagStub
public class QuestionContainerTagStub
Field Summary | |
---|---|
protected java.util.Vector<QuestionTag> |
questions
|
Fields inherited from class cmu.survey.jsp.tags.TagSupportAndMore |
---|
dateFormatAmerican, dateTimeFormatAmerican, DAYS_OF_THE_WEEK, debug, MONTHS_OF_THE_YEAR, timeFormatAmerican |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
QuestionContainerTagStub()
|
Method Summary | |
---|---|
void |
addQuestion(QuestionTag q)
|
int |
doEndTag()
|
void |
doQuestion()
|
int |
doStartTag()
|
void |
reinit()
|
Methods inherited from class cmu.survey.jsp.tags.QuestionTagStub |
---|
clone, getErrorInfo, getExtraErrorInfo, getID, getSurvey, initSurvey, saveErrorInfo, setID |
Methods inherited from class cmu.survey.jsp.tags.TagSupportAndMore |
---|
breakDownToArray, convertDayNameToNum, convertDayNumToName, convertDayNumToName, convertMonthNumToName, doCatch, doFinally, formatDateTimeViewable, formatDateTimeViewable, formatDateViewable, formatTimeNoSecondsViewable, formatTimeNoSecondsViewable, formatTimeNoSecondsViewable, getNumDaysInWeek, parseTimeNoSecondsFromViewable, print, println |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cmu.survey.jsp.tags.QuestionTag |
---|
clone, getID |
Field Detail |
---|
protected java.util.Vector<QuestionTag> questions
Constructor Detail |
---|
public QuestionContainerTagStub()
Method Detail |
---|
public void addQuestion(QuestionTag q)
addQuestion
in interface QuestionContainerTag
public void doQuestion()
doQuestion
in interface QuestionTag
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class QuestionTagStub
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagSupportAndMore
public void reinit()
reinit
in class QuestionTagStub
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |