Uses of Interface
org.thymeleaf.model.IDocType
-
Packages that use IDocType Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.processor.doctype org.thymeleaf.standard.processor -
-
Uses of IDocType in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IDocType Modifier and Type Method Description IDocType
StandardModelFactory. createDocType(String publicId, String systemId)
IDocType
StandardModelFactory. createDocType(String keyword, String elementName, String publicId, String systemId, String internalSubset)
IDocType
StandardModelFactory. createHTML5DocType()
Methods in org.thymeleaf.engine with parameters of type IDocType Modifier and Type Method Description void
AbstractTemplateHandler. handleDocType(IDocType docType)
void
ITemplateHandler. handleDocType(IDocType docType)
void
ModelBuilderTemplateHandler. handleDocType(IDocType docType)
void
OutputTemplateHandler. handleDocType(IDocType docType)
void
ProcessorTemplateHandler. handleDocType(IDocType idocType)
-
Uses of IDocType in org.thymeleaf.model
Methods in org.thymeleaf.model that return IDocType Modifier and Type Method Description IDocType
IModelFactory. createDocType(String publicId, String systemId)
Create a DOCTYPE clause event with the specified public ID and system ID.IDocType
IModelFactory. createDocType(String keyword, String elementName, String publicId, String systemId, String internalSubset)
Create a DOCTYPE clause event, specifying all its components.IDocType
IModelFactory. createHTML5DocType()
Create a DOCTYPE clause event for HTML5 (no type, no public or system id).Methods in org.thymeleaf.model with parameters of type IDocType Modifier and Type Method Description void
AbstractModelVisitor. visit(IDocType docType)
void
IModelVisitor. visit(IDocType docType)
-
Uses of IDocType in org.thymeleaf.processor.doctype
Methods in org.thymeleaf.processor.doctype with parameters of type IDocType Modifier and Type Method Description protected abstract void
AbstractDocTypeProcessor. doProcess(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)
void
AbstractDocTypeProcessor. process(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)
void
IDocTypeProcessor. process(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)
Execute the processor. -
Uses of IDocType in org.thymeleaf.standard.processor
Methods in org.thymeleaf.standard.processor with parameters of type IDocType Modifier and Type Method Description protected void
StandardTranslationDocTypeProcessor. doProcess(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)
-