Package com.pragmatickm.password.taglib
Class PasswordTableTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.semanticcms.core.taglib.ElementTag<PasswordTable>
com.pragmatickm.password.taglib.PasswordTableTag
- All Implemented Interfaces:
ElementWriter
,DynamicAttributes
,JspTag
,SimpleTag
Displays any passwords from nested
PasswordTag
tags in a
table format.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordTable
protected void
doBody
(PasswordTable passwordTable, CaptureLevel captureLevel) protected void
evaluateAttributes
(PasswordTable element, ELContext elContext) void
setHeader
(ValueExpression header) void
setPasswords
(ValueExpression passwords) void
setStyle
(ValueExpression style) void
writeTo
(Writer out, ElementContext context) Methods inherited from class com.semanticcms.core.taglib.ElementTag
addDynamicAttribute, doTag, getElement, setDynamicAttribute, setId
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
PasswordTableTag
public PasswordTableTag()
-
-
Method Details
-
setHeader
-
setPasswords
-
setStyle
-
createElement
- Specified by:
createElement
in classElementTag<PasswordTable>
-
evaluateAttributes
protected void evaluateAttributes(PasswordTable element, ELContext elContext) throws JspTagException - Overrides:
evaluateAttributes
in classElementTag<PasswordTable>
- Throws:
JspTagException
-
doBody
protected void doBody(PasswordTable passwordTable, CaptureLevel captureLevel) throws JspException, IOException - Overrides:
doBody
in classElementTag<PasswordTable>
- Throws:
JspException
IOException
-
writeTo
- Throws:
IOException
-