org.apache.struts.taglib.tiles
public class PutListTag extends TagSupport implements ComponentConstants, AddTagParent, PutListTagParent
Field Summary | |
---|---|
String | attributeName
Name of this attribute. |
List | list
The list itself. |
String | role
Role attribute. |
Constructor Summary | |
---|---|
PutListTag()
Default constructor. |
Method Summary | |
---|---|
void | addElement(Object value)
Set property. |
int | doEndTag()
Do end tag. |
int | doStartTag()
Do start tag. |
protected PutListTagParent | findEnclosingParent()
Find enclosing parent tag accepting this tag. |
List | getList()
Get list defined in tag. |
String | getName()
Get property. |
String | getRole()
Get role attribute. |
void | processNestedTag(PutListTag nestedTag)
Process nested ≶putList> tag.
|
void | processNestedTag(AddTag nestedTag)
Process nested ≶add> tag.
|
void | release()
Release all allocated resources. |
protected void | releaseInternal()
Release all internal resources. |
void | setName(String name)
Set property. |
void | setRole(String role)
Set role attribute. |
Throws: JspException If we can't find an appropriate enclosing tag.
Parameters: role The role the user must be in to store content.