org.apache.tiles.jsp.taglib
public class PutListAttributeTag extends 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.
|
java.lang.String |
getName()
Returns the name of the attribute.
|
java.lang.String |
getRole()
Returns the role to check.
|
java.lang.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(java.lang.String name)
Sets the name of the attribute.
|
void |
setRole(java.lang.String role)
Sets the role to check.
|
void |
setType(java.lang.String type)
Deprecated.
Do not use, ignored.
|
public java.lang.String getName()
public void setName(java.lang.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 java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The role to check.@Deprecated 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.@Deprecated 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 setInherit(boolean inherit)
inherit
- The "inherit" value.public boolean getInherit()
public void doTag() throws JspException, java.io.IOException
JspException
java.io.IOException