org.broadleafcommerce.common.web.expression
Class BRCVariableExpression
java.lang.Object
org.broadleafcommerce.common.web.expression.BRCVariableExpression
- All Implemented Interfaces:
- BroadleafVariableExpression
public class BRCVariableExpression
- extends Object
- implements BroadleafVariableExpression
This Thymeleaf variable expression class serves to expose elements from the BroadleafRequestContext
- Author:
- Andre Azzolini (apazzolini)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BRCVariableExpression
public BRCVariableExpression()
getName
public String getName()
- Specified by:
getName in interface BroadleafVariableExpression
getSandbox
public SandBox getSandbox()
getCurrentTime
public Date getCurrentTime()
get
public Object get(String propertyName)
isAdminMode
public boolean isAdminMode()
Copyright © 2013. All Rights Reserved.