Package com.pragmatickm.password.taglib
Class PasswordTableTag
java.lang.Object
jakarta.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordTableprotected voiddoBody(PasswordTable passwordTable, CaptureLevel captureLevel) protected voidevaluateAttributes(PasswordTable element, ELContext elContext) voidsetHeader(ValueExpression header) voidsetPasswords(ValueExpression passwords) voidsetStyle(ValueExpression style) voidwriteTo(Writer out, ElementContext context) Methods inherited from class com.semanticcms.core.taglib.ElementTag
addDynamicAttribute, doTag, getElement, setDynamicAttribute, setIdMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
PasswordTableTag
public PasswordTableTag()
-
-
Method Details
-
setHeader
-
setPasswords
-
setStyle
-
createElement
- Specified by:
createElementin classElementTag<PasswordTable>
-
evaluateAttributes
protected void evaluateAttributes(PasswordTable element, ELContext elContext) throws JspTagException - Overrides:
evaluateAttributesin classElementTag<PasswordTable>- Throws:
JspTagException
-
doBody
protected void doBody(PasswordTable passwordTable, CaptureLevel captureLevel) throws JspException, IOException - Overrides:
doBodyin classElementTag<PasswordTable>- Throws:
JspExceptionIOException
-
writeTo
- Throws:
IOException
-
