public interface JSPostProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
JSPostProcessor.JSPostProcessorContext |
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
postProcess(byte[] currentJS,
JSPostProcessor.JSPostProcessorContext context) |
default String |
postProcess(String currentJS,
JSPostProcessor.JSPostProcessorContext context) |
default byte[] postProcess(byte[] currentJS,
JSPostProcessor.JSPostProcessorContext context)
default String postProcess(String currentJS, JSPostProcessor.JSPostProcessorContext context)
Copyright © 2018. All rights reserved.