Package org.thymeleaf.util
Class ProcessorConfigurationUtils.CDATASectionProcessorWrapper
java.lang.Object
org.thymeleaf.util.ProcessorConfigurationUtils.AbstractProcessorWrapper
org.thymeleaf.util.ProcessorConfigurationUtils.CDATASectionProcessorWrapper
- All Implemented Interfaces:
IAttributeDefinitionsAware,IElementDefinitionsAware,ICDATASectionProcessor,IProcessor
- Enclosing class:
ProcessorConfigurationUtils
static final class ProcessorConfigurationUtils.CDATASectionProcessorWrapper
extends ProcessorConfigurationUtils.AbstractProcessorWrapper
implements ICDATASectionProcessor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCDATASectionProcessorWrapper(ICDATASectionProcessor processor, IProcessorDialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler) Execute the processor.Methods inherited from class org.thymeleaf.util.ProcessorConfigurationUtils.AbstractProcessorWrapper
getDialect, getDialectPrecedence, getPrecedence, getTemplateMode, setAttributeDefinitions, setElementDefinitions, toString, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Field Details
-
processor
-
-
Constructor Details
-
CDATASectionProcessorWrapper
CDATASectionProcessorWrapper(ICDATASectionProcessor processor, IProcessorDialect dialect)
-
-
Method Details
-
process
public void process(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler) Description copied from interface:ICDATASectionProcessorExecute the processor.
The
ICDATASectionobject argument is immutable, so all modifications to this object or any instructions to be given to the engine should be done through the specifiedICDATASectionStructureHandlerhandler.- Specified by:
processin interfaceICDATASectionProcessor- Parameters:
context- the execution context.cdataSection- the event this processor is executing on.structureHandler- the handler that will centralise modifications and commands to the engine.
-