public interface SitePocessorService
| Modifier and Type | Method and Description |
|---|---|
static Optional<SitePocessorService> |
getDefaultPreprocessorService()
search the first suitable PreprocessorService published through SPI
|
String |
getName()
name of Preprocessor service
|
CompletableFuture<String> |
process(String input,
Map<String,Object> variables)
Handles preprocessing of the input using a markup library
Variables are added to the markup model
|
static Optional<SitePocessorService> getDefaultPreprocessorService()
String getName()
Copyright © 2020. All rights reserved.