org.ofbiz.base.util.string
Class JuelConnector.ExtendedAstDot

java.lang.Object
  extended by AstDot
      extended by org.ofbiz.base.util.string.JuelConnector.ExtendedAstDot
Enclosing class:
JuelConnector

public static class JuelConnector.ExtendedAstDot
extends AstDot

Custom AstDot class that implements List or Map auto-vivify.


Constructor Summary
JuelConnector.ExtendedAstDot(AstNode base, java.lang.String property, boolean lvalue)
           
 
Method Summary
 void setValue(Bindings bindings, ELContext context, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JuelConnector.ExtendedAstDot

public JuelConnector.ExtendedAstDot(AstNode base,
                                    java.lang.String property,
                                    boolean lvalue)
Method Detail

setValue

public void setValue(Bindings bindings,
                     ELContext context,
                     java.lang.Object value)
              throws ELException
Throws:
ELException