org.apache.commons.jelly.impl
Interface CollectionTag
- All Known Implementing Classes:
- UseListTag
- public interface CollectionTag
A tag which is capable of consuming objects, such as a <useList> tag
such that nested objects will be added to the parent tag.
- Version:
- $Revision: 1.6 $
- Author:
- James Strachan
Method Summary |
void |
addItem(java.lang.Object value)
|
addItem
public void addItem(java.lang.Object value)
throws JellyTagException
- Returns:
- adds an item to the tags collection
Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.