Uses of Interface
org.thymeleaf.model.IProcessingInstruction
-
Packages that use IProcessingInstruction Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.processor.processinginstruction -
-
Uses of IProcessingInstruction in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IProcessingInstruction Modifier and Type Method Description IProcessingInstruction
StandardModelFactory. createProcessingInstruction(String target, String content)
Methods in org.thymeleaf.engine with parameters of type IProcessingInstruction Modifier and Type Method Description void
AbstractTemplateHandler. handleProcessingInstruction(IProcessingInstruction processingInstruction)
void
ITemplateHandler. handleProcessingInstruction(IProcessingInstruction processingInstruction)
void
ModelBuilderTemplateHandler. handleProcessingInstruction(IProcessingInstruction processingInstruction)
void
OutputTemplateHandler. handleProcessingInstruction(IProcessingInstruction processingInstruction)
void
ProcessorTemplateHandler. handleProcessingInstruction(IProcessingInstruction iprocessingInstruction)
-
Uses of IProcessingInstruction in org.thymeleaf.model
Methods in org.thymeleaf.model that return IProcessingInstruction Modifier and Type Method Description IProcessingInstruction
IModelFactory. createProcessingInstruction(String target, String content)
Create a new Processing Instruction event, specifying its target and content.Methods in org.thymeleaf.model with parameters of type IProcessingInstruction Modifier and Type Method Description void
AbstractModelVisitor. visit(IProcessingInstruction processingInstruction)
void
IModelVisitor. visit(IProcessingInstruction processingInstruction)
-
Uses of IProcessingInstruction in org.thymeleaf.processor.processinginstruction
Methods in org.thymeleaf.processor.processinginstruction with parameters of type IProcessingInstruction Modifier and Type Method Description protected abstract void
AbstractProcessingInstructionProcessor. doProcess(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)
void
AbstractProcessingInstructionProcessor. process(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)
void
IProcessingInstructionProcessor. process(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)
Execute the processor.
-