org.broadleafcommerce.common.rule
Class MvelHelper

java.lang.Object
  extended by org.broadleafcommerce.common.rule.MvelHelper

public class MvelHelper
extends Object

Helper class for some common rule functions that can be called from mvel. An instance of this class is available to the mvel runtime under the variable name mvelHelper.

Author:
Jeff Fischer

Constructor Summary
MvelHelper()
           
 
Method Summary
static Object convertField(String type, String fieldValue)
           
static Object toUpperCase(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvelHelper

public MvelHelper()
Method Detail

convertField

public static Object convertField(String type,
                                  String fieldValue)

toUpperCase

public static Object toUpperCase(String value)


Copyright © 2013. All Rights Reserved.