| |
|
| java.lang.Object org.apache.openejb.jee.TldAttribute
TldAttribute | public class TldAttribute (Code) | | The attribute element defines an attribute for the nesting
tag. The attribute element may have several subelements
defining:
description a description of the attribute
name the name of the attribute
required whether the attribute is required or
optional
rtexprvalue whether the attribute is a runtime attribute
type the type of the attributes
fragment whether this attribute is a fragment
deferred-value present if this attribute is to be parsed as a
javax.el.ValueExpression
deferred-method present if this attribute is to be parsed as a
javax.el.MethodExpression
|
getDescriptions | public Text[] getDescriptions()(Code) | | |
setDescriptions | public void setDescriptions(Text[] text)(Code) | | |
setRtexprvalue | public void setRtexprvalue(String value)(Code) | | |
|
|
|