Class ElPropertyChain

  • All Implemented Interfaces:
    ExpressionPath, ElPropertyDeploy, ElPropertyValue

    public class ElPropertyChain
    extends Object
    implements ElPropertyValue
    A ElGetValue based on a chain of properties.

    Used to get the value for an compound expression like customer.name or customer.shippingAddress.city etc.

    Note that if any element in the chain returns null, then null is returned and no further processing of the chain occurs.