Uses of Interface
org.thymeleaf.model.IStandaloneElementTag
-
Packages that use IStandaloneElementTag Package Description org.thymeleaf.engine org.thymeleaf.model -
-
Uses of IStandaloneElementTag in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IStandaloneElementTag Modifier and Type Method Description IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(String elementName)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(String elementName, Map<String,String> attributes, AttributeValueQuotes attributeValueQuotes, boolean synthetic, boolean minimized)Methods in org.thymeleaf.engine with parameters of type IStandaloneElementTag Modifier and Type Method Description voidAbstractTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)voidITemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)voidModelBuilderTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)voidOutputTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)voidProcessorTemplateHandler. handleStandaloneElement(IStandaloneElementTag istandaloneElementTag) -
Uses of IStandaloneElementTag in org.thymeleaf.model
Methods in org.thymeleaf.model that return IStandaloneElementTag Modifier and Type Method Description IStandaloneElementTagIModelFactory. createStandaloneElementTag(String elementName)Create a new standalone element tag, non synthetic and minimized.IStandaloneElementTagIModelFactory. createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized)Create a new standalone element tag.IStandaloneElementTagIModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue)Create a new standalone element tag, non synthetic and minimized, specifying one attribute.IStandaloneElementTagIModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized)Create a new standalone element tag, specifying one attribute.IStandaloneElementTagIModelFactory. createStandaloneElementTag(String elementName, Map<String,String> attributes, AttributeValueQuotes attributeValueQuotes, boolean synthetic, boolean minimized)Create a new standalone element tag, specifying several attributes.Methods in org.thymeleaf.model with parameters of type IStandaloneElementTag Modifier and Type Method Description voidAbstractModelVisitor. visit(IStandaloneElementTag standaloneElementTag)voidIModelVisitor. visit(IStandaloneElementTag standaloneElementTag)
-