public class UseListTag extends UseBeanTag implements CollectionTag
body, context, parent| Constructor and Description |
|---|
UseListTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(Object value) |
Class |
getAttributeType(String name) |
protected Class |
getDefaultClass()
Allows derived classes to provide a default bean implementation class
|
List |
getList() |
protected void |
processBean(String var,
Object bean)
By default this will export the bean using the given variable if it is defined.
|
protected void |
setBeanProperties(Object bean,
Map attributes)
Sets the properties on the bean.
|
addIgnoreProperty, convertToClass, doTag, getBean, getIgnorePropertySet, isIgnoreUnknownProperties, loadClass, newInstance, setBean, setIgnoreUnknownProperties, validateBeanPropertiescreateAttributes, getAttributes, setAttributefindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBody, getContext, getParent, invokeBody, setBody, setContext, setParentpublic List getList()
public void addItem(Object value)
addItem in interface CollectionTagpublic Class getAttributeType(String name) throws JellyTagException
getAttributeType in interface DynaTaggetAttributeType in class DynaTagSupportJellyTagExceptionprotected void setBeanProperties(Object bean, Map attributes) throws JellyTagException
UseBeanTagUseBeanTag.getIgnorePropertySet().setBeanProperties in class UseBeanTagJellyTagExceptionprotected void processBean(String var, Object bean) throws JellyTagException
UseBeanTagprocessBean in class UseBeanTagJellyTagExceptionprotected Class getDefaultClass()
UseBeanTaggetDefaultClass in class UseBeanTagCopyright © 2012 Apache Software Foundation. All Rights Reserved.