Package org.bsc.preprocessor
Interface SiteProcessorService
-
public interface SiteProcessorService
- Author:
- Lukas Zaruba, lukas.zaruba@gmail.com, 2019 updated by bsorrentino
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Optional<SiteProcessorService>
getDefaultPreprocessorService()
search the first suitable PreprocessorService published through SPIString
getName()
name of Preprocessor serviceCompletableFuture<String>
process(String input, Map<String,Object> variables)
Handles preprocessing of the input using a markup library Variables are added to the markup model
-
-
-
Method Detail
-
getDefaultPreprocessorService
static Optional<SiteProcessorService> getDefaultPreprocessorService()
search the first suitable PreprocessorService published through SPI- Returns:
-
getName
String getName()
name of Preprocessor service
-
-