public interface DatabaseResourceResolverExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
resolveResource(org.broadleafcommerce.common.extension.ExtensionResultHolder erh,
org.thymeleaf.TemplateProcessingParameters params,
String resourceName)
If this method returns any of the handled conditions in
ExtensionResultStatusType,
the value keyed by DatabaseResourceResolverExtensionHandler.IS_KEY in the
ExtensionResultHolder's context map will be an InputStream of the resolved resource's
contents. |
static final String IS_KEY
org.broadleafcommerce.common.extension.ExtensionResultStatusType resolveResource(org.broadleafcommerce.common.extension.ExtensionResultHolder erh,
org.thymeleaf.TemplateProcessingParameters params,
String resourceName)
ExtensionResultStatusType,
the value keyed by DatabaseResourceResolverExtensionHandler.IS_KEY in the
ExtensionResultHolder's context map will be an InputStream of the resolved resource's
contents.erh - params - resourceName - Copyright © 2017. All rights reserved.