@Component(value="blBRCVariableExpression") @ConditionalOnTemplating public class BRCVariableExpression extends Object implements org.broadleafcommerce.presentation.expression.BroadleafVariableExpression
BroadleafRequestContext to the Thymeleaf expression context| Modifier and Type | Field and Description |
|---|---|
protected CrossAppAuthService |
crossAppAuthService |
| Constructor and Description |
|---|
BRCVariableExpression() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String propertyName) |
Object |
getAdditionalProperty(String propertyName) |
Catalog |
getCurrentCatalog() |
Site |
getCurrentProfile() |
Date |
getCurrentTime() |
String |
getName() |
SandBox |
getSandbox() |
Site |
getSite() |
boolean |
isCsrMode() |
boolean |
isQuoteMode() |
boolean |
isSandboxMode() |
@Autowired(required=false) @Qualifier(value="blCrossAppAuthService") protected CrossAppAuthService crossAppAuthService
public String getName()
getName in interface org.broadleafcommerce.presentation.expression.BroadleafVariableExpressionpublic SandBox getSandbox()
public Site getSite()
public Site getCurrentProfile()
public Catalog getCurrentCatalog()
public Date getCurrentTime()
public boolean isCsrMode()
public boolean isQuoteMode()
public boolean isSandboxMode()
Copyright © 2017. All rights reserved.