org.broadleafcommerce.common.rule
Class MvelHelper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MvelHelper
public MvelHelper()
convertField
public static Object convertField(String type,
String fieldValue)
toUpperCase
public static Object toUpperCase(String value)
Copyright © 2013. All Rights Reserved.