/
Expression Language

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

 

 

 

 

Related content

[Schema, API 리뷰] 상품 Q&A
[Schema, API 리뷰] 상품 Q&A
More like this
Binding variable(to be deleted)
Binding variable(to be deleted)
Read with this
QUERY
More like this
query Method
query Method
Read with this
MAPPER
More like this
Configuration
Configuration
Read with this