public class AddListAttributeTag
extends SimpleTagSupport
Constructor and Description |
---|
AddListAttributeTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
java.lang.String |
getRole()
Returns the role to check.
|
java.lang.String |
getType()
Returns content type: string, template or definition.
|
void |
setRole(java.lang.String role)
Sets the role to check.
|
void |
setType(java.lang.String type)
Sets content type: string, template or definition.
|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The role to check.public java.lang.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(java.lang.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 JspException, java.io.IOException
JspException
java.io.IOException