public class ELResetTagBeanInfo
extends java.beans.SimpleBeanInfo
BeanInfo
descriptor for the
org.apache.strutsel.taglib.html.ELResetTag
class. It is
needed to override the default mapping of custom tag attribute names to
class attribute names. In particular, it provides for the mapping of
the custom tag attribute disabled
to the instance variable
disabledExpr
.
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 |
---|
ELResetTagBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors() |
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.