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 IStandaloneElementTag
StandardModelFactory. createStandaloneElementTag(String elementName)
IStandaloneElementTag
StandardModelFactory. createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized)
IStandaloneElementTag
StandardModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue)
IStandaloneElementTag
StandardModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized)
IStandaloneElementTag
StandardModelFactory. 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 void
AbstractTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)
void
ITemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)
void
ModelBuilderTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)
void
OutputTemplateHandler. handleStandaloneElement(IStandaloneElementTag standaloneElementTag)
void
ProcessorTemplateHandler. handleStandaloneElement(IStandaloneElementTag istandaloneElementTag)
-
Uses of IStandaloneElementTag in org.thymeleaf.model
Methods in org.thymeleaf.model that return IStandaloneElementTag Modifier and Type Method Description IStandaloneElementTag
IModelFactory. createStandaloneElementTag(String elementName)
Create a new standalone element tag, non synthetic and minimized.IStandaloneElementTag
IModelFactory. createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized)
Create a new standalone element tag.IStandaloneElementTag
IModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue)
Create a new standalone element tag, non synthetic and minimized, specifying one attribute.IStandaloneElementTag
IModelFactory. createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized)
Create a new standalone element tag, specifying one attribute.IStandaloneElementTag
IModelFactory. 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 void
AbstractModelVisitor. visit(IStandaloneElementTag standaloneElementTag)
void
IModelVisitor. visit(IStandaloneElementTag standaloneElementTag)
-