@Component public class BreadCrumbHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
BreadCrumbHelper(org.springframework.cache.CacheManager cacheManager)
Instantiates a new bread crumb helper.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wink.json4j.JSONArray |
getBcByIdentifier(String storeId,
String identifier)
Gets the breadcrumb by identifier.
|
@Autowired public BreadCrumbHelper(@Qualifier(value="breadcrumbManager") org.springframework.cache.CacheManager cacheManager)
cacheManager
- the cache managerpublic org.apache.wink.json4j.JSONArray getBcByIdentifier(String storeId, String identifier) throws CustomException
storeId
- the store ididentifier
- the identifierCustomException
- the custom exceptionCopyright © 2021. All rights reserved.