Interface PathExpression.Chain

Enclosing interface:
PathExpression

@Deprecated(since="2024-07-10") public static interface PathExpression.Chain
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
Call the next expression in the chain and/or finalize the process if this was the tail.
Since:
4.0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    next(ValueResolver resolver, Context context, Object data)
    Deprecated.
    Call the next resolver in the chain or finish the call.
    Deprecated.
     
  • Method Details

    • next

      Object next(ValueResolver resolver, Context context, Object data)
      Deprecated.
      Call the next resolver in the chain or finish the call.
      Parameters:
      resolver - Value resolver.
      context - Context object.
      data - Data object.
      Returns:
      A resolved value or null.
    • path

      Deprecated.
      Returns:
      The current path to evaluate.