public interface ICommentProcessor extends IProcessor
Base interface for all processors that execute on Comment events (IComment).
AbstractCommentProcessor,
ICommentStructureHandler| Modifier and Type | Method and Description |
|---|---|
void |
process(ITemplateContext context,
IComment comment,
ICommentStructureHandler structureHandler)
Execute the processor.
|
getPrecedence, getTemplateModevoid process(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)
Execute the processor.
The IComment object argument is immutable, so all modifications to this object or any
instructions to be given to the engine should be done through the specified
ICommentStructureHandler handler.
context - the execution context.comment - the event this processor is executing on.structureHandler - the handler that will centralise modifications and commands to the engine.Copyright © 2017 The THYMELEAF team. All rights reserved.