Package org.apache.tiles.web.jsp.taglib
Class AddListAttributeTag
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
org.apache.tiles.web.jsp.taglib.AddListAttributeTag
- All Implemented Interfaces:
- jakarta.servlet.jsp.tagext.JspTag,- jakarta.servlet.jsp.tagext.SimpleTag
public class AddListAttributeTag
extends jakarta.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 SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupportfindAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
- 
Constructor Details- 
AddListAttributeTagpublic AddListAttributeTag()
 
- 
- 
Method Details- 
getRoleGetter for role property.- Returns:
- The comma-separated list of roles that can use the list attribute.
 
- 
setRoleSetter for role property.- Parameters:
- role- The comma-separated list of roles that can use the list attribute.
 
- 
doTag- Specified by:
- doTagin interface- jakarta.servlet.jsp.tagext.SimpleTag
- Overrides:
- doTagin class- jakarta.servlet.jsp.tagext.SimpleTagSupport
- Throws:
- jakarta.servlet.jsp.JspException
- IOException
 
 
-