public class DummyPreResourcePlugin extends Object implements PreResourcePlugin
| Constructor and Description |
|---|
DummyPreResourcePlugin() |
| Modifier and Type | Method and Description |
|---|---|
ResourceRequest |
process(ResourceRequest input)
Processes the
ResourceRequest. |
public ResourceRequest process(ResourceRequest input) throws PluginExecutionException, StopProcessingException
PreResourcePluginResourceRequest.process in interface PreResourcePlugininput - - the ResourceRequest to processResourceRequest to pass to the next PreResourcePlugin, or if this is the last PreResourcePlugin to be calledPluginExecutionException - when an error occurs during processingStopProcessingExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.