Class Pointcuts
java.lang.Object
io.github.yvasyliev.forwarder.telegram.thymeleaf.Pointcuts
Pointcuts for aspect-oriented programming (AOP) in the Thymeleaf integration module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPointcut that matches the execution of the process method inTelegramTemplateProcessor.
-
Constructor Details
-
Pointcuts
public Pointcuts()
-
-
Method Details
-
processTemplate
public void processTemplate()Pointcut that matches the execution of the process method inTelegramTemplateProcessor.
-