public final class CommentStructureHandler extends Object implements ICommentStructureHandler
Structure handler implementation, internally used by the engine.
This class should not be directly used from outside the engine.
| Modifier and Type | Method and Description |
|---|---|
void |
removeComment()
Instructs the engine to remove the entire event that is being processed.
|
void |
replaceWith(IModel model,
boolean processable)
Instructs the engine to replace the current event with the specified model (a
IModel). |
void |
reset()
Resets all actions specified so far for the current processor execution.
|
void |
setContent(CharSequence content)
Instructs the engine to set a new content for this Comment.
|
public void setContent(CharSequence content)
ICommentStructureHandlerInstructs the engine to set a new content for this Comment.
setContent in interface ICommentStructureHandlercontent - the new contentpublic void replaceWith(IModel model, boolean processable)
ICommentStructureHandler
Instructs the engine to replace the current event with the specified model (a IModel).
replaceWith in interface ICommentStructureHandlermodel - the model to be used as a replacement.processable - whether the model should be considered processable or not.public void removeComment()
ICommentStructureHandlerInstructs the engine to remove the entire event that is being processed.
removeComment in interface ICommentStructureHandlerpublic void reset()
ICommentStructureHandlerResets all actions specified so far for the current processor execution.
reset in interface ICommentStructureHandlerCopyright © 2017 The THYMELEAF team. All rights reserved.