public class PutListAttributeTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor and Description |
|---|
PutListAttributeTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag() |
boolean |
getInherit()
If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here.
|
String |
getName()
Returns the name of the attribute.
|
String |
getRole()
Returns the role to check.
|
String |
getType()
Deprecated.
Do not use, ignored.
|
boolean |
isCascade()
Checks if the attribute should be cascaded to nested definitions.
|
void |
setCascade(boolean cascade)
Sets the property that tells if the attribute should be cascaded to
nested definitions.
|
void |
setInherit(boolean inherit)
If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here.
|
void |
setName(String name)
Sets the name of the attribute.
|
void |
setRole(String role)
Sets the role to check.
|
void |
setType(String type)
Deprecated.
Do not use, ignored.
|
public String getName()
public void setName(String name)
name - The name of the attribute.public boolean isCascade()
true if the attribute will be cascaded.public void setCascade(boolean cascade)
cascade - true if the attribute will be cascaded.public String getRole()
public void setRole(String role)
role - The role to check.@Deprecated public String getType()
Returns content type: string, template or definition.
<insert attribute="attributeName"> tag, where
'attributeName' is the name used for this tag.@Deprecated 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 setInherit(boolean inherit)
inherit - The "inherit" value.public boolean getInherit()
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.