Package com.pragmatickm.password.taglib
Class SecretQuestionTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.pragmatickm.password.taglib.SecretQuestionTag
Provides a secret question and answer to a
PasswordTag
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
void
setAnswer
(ValueExpression answer) void
setQuestion
(ValueExpression question) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Field Details
-
TAG_NAME
- See Also:
-
-
Constructor Details
-
SecretQuestionTag
public SecretQuestionTag()
-
-
Method Details
-
setQuestion
-
setAnswer
-
doTag
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-