public class UseListTag extends UseBeanTag implements CollectionTag
body, context, parent| Constructor and Description |
|---|
UseListTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(java.lang.Object value) |
java.lang.Class |
getAttributeType(java.lang.String name) |
protected java.lang.Class |
getDefaultClass()
Allows derived classes to provide a default bean implementation class
|
java.util.List |
getList() |
protected void |
processBean(java.lang.String var,
java.lang.Object bean)
By default this will export the bean using the given variable if it is defined.
|
protected void |
setBeanProperties(java.lang.Object bean,
java.util.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 java.util.List getList()
public void addItem(java.lang.Object value)
addItem in interface CollectionTagpublic java.lang.Class getAttributeType(java.lang.String name)
throws JellyTagException
getAttributeType in interface DynaTaggetAttributeType in class DynaTagSupportJellyTagExceptionprotected void setBeanProperties(java.lang.Object bean,
java.util.Map attributes)
throws JellyTagException
UseBeanTagUseBeanTag.getIgnorePropertySet().setBeanProperties in class UseBeanTagJellyTagExceptionprotected void processBean(java.lang.String var,
java.lang.Object bean)
throws JellyTagException
UseBeanTagprocessBean in class UseBeanTagJellyTagExceptionprotected java.lang.Class getDefaultClass()
UseBeanTaggetDefaultClass in class UseBeanTagCopyright © 2012. All Rights Reserved.