Package org.bsc.confluence.preprocessor
Interface SitePocessorService
-
public interface SitePocessorService- 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<SitePocessorService>getDefaultPreprocessorService()search the first suitable PreprocessorService published through SPIStringgetName()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<SitePocessorService> getDefaultPreprocessorService()
search the first suitable PreprocessorService published through SPI- Returns:
-
getName
String getName()
name of Preprocessor service
-
-