Interface BroadleafAssignation


public interface BroadleafAssignation
An expression that represents an assignation of a value to a key
Author:
Jay Aisenbrey (cja769)
  • Method Details

    • parseLeft

      Object parseLeft(BroadleafTemplateContext context)
      Returns:
      The parsed result of the left side of the assignation
    • parseRight

      Object parseRight(BroadleafTemplateContext context)
      Returns:
      The parsed result of the right side of the assignation
    • getLeftStringRepresentation

      String getLeftStringRepresentation(BroadleafTemplateContext context)
      Returns:
      The string representation of the left side expression of the assignation
    • getRightStringRepresentation

      String getRightStringRepresentation(BroadleafTemplateContext context)
      Returns:
      The string representation of the right side expression of the assignation