javax.servlet.jsp.tagext.JspTag
, javax.servlet.jsp.tagext.SimpleTag
public 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.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
java.io.IOException
Copyright © 2018. All rights reserved.