@Component(value="blBRCVariableExpression") @ConditionalOnTemplating public class BRCVariableExpression extends Object implements BroadleafVariableExpression
BroadleafRequestContext
to the Thymeleaf expression contextModifier 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() |
Calendar |
getCurrentTimeCalendar() |
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 BroadleafVariableExpression
public SandBox getSandbox()
public Site getSite()
public Site getCurrentProfile()
public Catalog getCurrentCatalog()
public Date getCurrentTime()
public Calendar getCurrentTimeCalendar()
public boolean isCsrMode()
public boolean isQuoteMode()
public boolean isSandboxMode()
Copyright © 2022. All rights reserved.