public interface ResourceRequestExtensionHandler extends ExtensionHandler
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_ATTR |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
getModifiedResource(String path,
ExtensionResultHolder erh)
Populates the RESOURCE_ATTR field in the ExtensionResultHolder map with an instance of
Resource if the value of the modified resource. |
ExtensionResultStatusType |
getOverrideResource(String path,
ExtensionResultHolder erh)
Populates the RESOURCE_ATTR field in the ExtensionResultHolder map with an instance of
Resource if there is an override resource available for the current path. |
getPriority, isEnabled
static final String RESOURCE_ATTR
ExtensionResultStatusType getModifiedResource(String path, ExtensionResultHolder erh)
Resource
if the value of the modified resource.path
- erh
- ExtensionResultStatusType
ExtensionResultStatusType getOverrideResource(String path, ExtensionResultHolder erh)
Resource
if there is an override resource available for the current path.path
- erh
- ExtensionResultStatusType
Copyright © 2022. All rights reserved.