Uses of Interface
org.thymeleaf.model.IStandaloneElementTag
Packages that use IStandaloneElementTag
-
Uses of IStandaloneElementTag in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IStandaloneElementTagModifier and TypeMethodDescriptionStandardModelFactory.createStandaloneElementTag(String elementName) StandardModelFactory.createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized) StandardModelFactory.createStandaloneElementTag(String elementName, String attributeName, String attributeValue) StandardModelFactory.createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized) StandardModelFactory.createStandaloneElementTag(String elementName, Map<String, String> attributes, AttributeValueQuotes attributeValueQuotes, boolean synthetic, boolean minimized) Methods in org.thymeleaf.engine with parameters of type IStandaloneElementTagModifier and TypeMethodDescriptionvoidAbstractTemplateHandler.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 IStandaloneElementTagModifier and TypeMethodDescriptionIModelFactory.createStandaloneElementTag(String elementName) Create a new standalone element tag, non synthetic and minimized.IModelFactory.createStandaloneElementTag(String elementName, boolean synthetic, boolean minimized) Create a new standalone element tag.IModelFactory.createStandaloneElementTag(String elementName, String attributeName, String attributeValue) Create a new standalone element tag, non synthetic and minimized, specifying one attribute.IModelFactory.createStandaloneElementTag(String elementName, String attributeName, String attributeValue, boolean synthetic, boolean minimized) Create a new standalone element tag, specifying one attribute.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 IStandaloneElementTagModifier and TypeMethodDescriptionvoidAbstractModelVisitor.visit(IStandaloneElementTag standaloneElementTag) voidIModelVisitor.visit(IStandaloneElementTag standaloneElementTag)