public class ELNotPresentTagBeanInfo
extends java.beans.SimpleBeanInfo
BeanInfo
descriptor for the
org.apache.strutsel.taglib.logic.ELNotPresentTag
class. It is
needed to override the default mapping of custom tag attribute names to
class attribute names. This is because the value of the unevaluated EL expression has to be kept separately from the evaluated value, which is stored in the base class. This is related to the fact that the JSP compiler can choose to reuse different tag instances if they received the same original attribute values, and the JSP compiler can choose to not re-call the setter methods, because it can assume the same values are already set.
Constructor and Description |
---|
ELNotPresentTagBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors() |
Copyright © 2000–2019 Apache Software Foundation. All rights reserved.