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
  Resourceif 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
  Resourceif there is an override resource available for the current path. | 
getPriority, isEnabledstatic final String RESOURCE_ATTR
ExtensionResultStatusType getModifiedResource(String path, ExtensionResultHolder erh)
Resource if the value of the modified resource.path - erh - ExtensionResultStatusTypeExtensionResultStatusType getOverrideResource(String path, ExtensionResultHolder erh)
Resource if there is an override resource available for the current path.path - erh - ExtensionResultStatusTypeCopyright © 2020. All rights reserved.