|
||||||||||
| 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. |
String |
getName()
Returns the name of the attribute. |
String |
getRole()
Returns the role to check. |
String |
getType()
Returns content type: string, template or definition. |
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)
Sets content type: string, template or definition. |
| 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 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.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 setInherit(boolean inherit)
inherit - The "inherit" value.public boolean getInherit()
public void doTag()
throws JspException,
IOException
JspException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||