Package org.thymeleaf.inline
Class NoOpInliner
java.lang.Object
org.thymeleaf.inline.NoOpInliner
- All Implemented Interfaces:
IInliner
- Since:
- 3.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns an identifiable name for the inlinerinline(ITemplateContext context, ICDATASection cdataSection) Perform the inlining operation on anICDATASectionnode.inline(ITemplateContext context, IComment comment) Perform the inlining operation on anICommentnode.inline(ITemplateContext context, IText text) Perform the inlining operation on anITextnode.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoOpInliner
private NoOpInliner()
-
-
Method Details
-
getName
Description copied from interface:IInlinerReturns an identifiable name for the inliner
-
inline
Description copied from interface:IInlinerPerform the inlining operation on an
ITextnode. -
inline
Description copied from interface:IInlinerPerform the inlining operation on an
ICDATASectionnode. -
inline
Description copied from interface:IInlinerPerform the inlining operation on an
ICommentnode.
-