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, validateBeanProperties
createAttributes, getAttributes, setAttribute
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
public List getList()
public void addItem(Object value)
addItem
in interface CollectionTag
public Class getAttributeType(String name) throws JellyTagException
getAttributeType
in interface DynaTag
getAttributeType
in class DynaTagSupport
JellyTagException
protected void setBeanProperties(Object bean, Map attributes) throws JellyTagException
UseBeanTag
UseBeanTag.getIgnorePropertySet()
.setBeanProperties
in class UseBeanTag
JellyTagException
protected void processBean(String var, Object bean) throws JellyTagException
UseBeanTag
processBean
in class UseBeanTag
JellyTagException
protected Class getDefaultClass()
UseBeanTag
getDefaultClass
in class UseBeanTag
Copyright © 2014 Apache Software Foundation. All rights reserved.