|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.apache.tiles.jsp.taglib.PutListAttributeTag
public class PutListAttributeTag
Declare a list that will be pass as attribute to tile.
Declare a list that will be pass as attribute to tile. List elements are added using the tags 'addAttribute' or 'addListAttribute'. This tag can only be used inside 'insertTemplate', 'insertDefinition', 'definition' tags.
Constructor Summary | |
---|---|
PutListAttributeTag()
|
Method Summary | |
---|---|
void |
doTag()
|
String |
getName()
Getter for name property. |
String |
getRole()
Getter for role property. |
boolean |
isCascade()
Getter for cascade property. |
boolean |
isInherit()
Getter for inherit property. |
void |
setCascade(boolean cascade)
Setter for cascade property. |
void |
setInherit(boolean inherit)
Setter for inherit property. |
void |
setName(String name)
Setter for name property. |
void |
setRole(String role)
Setter for role property. |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
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 to put.public String getRole()
public void setRole(String role)
role
- A comma-separated list of roles. If present, the attribute
will be rendered only if the current user belongs to one of the roles.public boolean isInherit()
true
, the list attribute will use, as first elements, the
list contained in the list attribute, put with the same name, of the containing definition.public void setInherit(boolean inherit)
inherit
- If true
, the list attribute will use, as first elements, the
list contained in the list attribute, put with the same name, of the containing definition.public boolean isCascade()
true
the attribute will be cascaded to all nested attributes.public void setCascade(boolean cascade)
cascade
- If true
the attribute will be cascaded to all nested attributes.public void doTag() throws JspException, IOException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |