Expression Language

ICE내부

 

Implicit scope Objects

  • session

  • context

  • context.data

    • request parameters

  • context.node

 

Value Expressions

 

session.customer.id

context.pg.orderId

cart.id

price.salePrice

'success'

 

 

Method Expressions

 

{{:getNode('cart',cart.id)}}

{{:notEquals('none',siteProduct.productDetail.optionType)}}

 

Referencing Objects

 

 

Examples of EL Expressions

EL Expression

Result

EL Expression

Result