org.mmbase.bridge.jsp.taglib.util
Class Attribute.ExpressionPart
java.lang.Object
org.mmbase.bridge.jsp.taglib.util.Attribute.Part
org.mmbase.bridge.jsp.taglib.util.Attribute.ExpressionPart
- Enclosing class:
- Attribute
static class Attribute.ExpressionPart
- extends Attribute.Part
A ${+ } part containing an 'expression'. This is in fact an
undocumented feature of the taglib. It is based on ExprCalc of
org.mmbase.util.
evaluated
protected final boolean evaluated
Attribute.ExpressionPart
Attribute.ExpressionPart(Attribute a)
throws JspTagException
- Throws:
JspTagException
getEvaluated
protected String getEvaluated()
getType
protected String getType()
- Description copied from class:
Attribute.Part
- Returns the 'type' of a Part as a string. For debugging use.
- Specified by:
getType in class Attribute.Part
- Returns:
- the 'type'
getValue
final Object getValue(ContextReferrerTag tag)
throws JspTagException
- Specified by:
getValue in class Attribute.Part
- Throws:
JspTagException
MMBase 2.0-SNAPSHOT - null