|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimpleTagSupport
org.apache.tiles.jsp.taglib.PutListAttributeTag
public class PutListAttributeTag
PutList tag implementation.
Constructor Summary | |
---|---|
PutListAttributeTag()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PutListAttributeTag()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |