javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTagpublic class AddListAttributeTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Declare a list that will be pass as an attribute.
Declare a list that will be pass as an attribute . List elements are added using the tag 'addAttribute' or 'addListAttribute'. This tag can only be used inside 'insertTemplate', 'insertDefinition' or 'definition' tag.
| Constructor | Description |
|---|---|
AddListAttributeTag() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doTag() |
|
java.lang.String |
getRole() |
Getter for role property.
|
void |
setRole(java.lang.String role) |
Setter for role property.
|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role - The comma-separated list of roles that can use the list attribute.public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionjava.io.IOExceptionCopyright © 2018. All rights reserved.