public class AddListAttributeTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor and Description |
|---|
AddListAttributeTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag() |
String |
getRole()
Returns the role to check.
|
String |
getType()
Returns content type: string, template or definition.
|
void |
setRole(String role)
Sets the role to check.
|
void |
setType(String type)
Sets content type: string, template or definition.
|
public String getRole()
public void setRole(String role)
role - The role to check.public String getType()
Returns content type: string, template or definition.
<insert attribute="attributeName"> tag, where
'attributeName' is the name used for this tag.public void setType(String type)
Sets content type: string, template or definition.
<insert attribute="attributeName"> tag, where
'attributeName' is the name used for this tag.type - The attribute type.public void doTag()
throws javax.servlet.jsp.JspException,
IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionIOExceptionCopyright © 2025. All rights reserved.