Uses of Interface
org.thymeleaf.model.IStandaloneElementTag
Packages that use IStandaloneElementTag
-
Uses of IStandaloneElementTag in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IStandaloneElementTagMethods 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) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, String attributeName) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, String prefix, String name) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, AttributeName attributeName) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) private IStandaloneElementTagStandardModelFactory.setAttribute(IStandaloneElementTag standaloneElementTag, String attributeName, String attributeValue) private IStandaloneElementTagStandardModelFactory.setAttribute(IStandaloneElementTag standaloneElementTag, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) Methods in org.thymeleaf.engine with parameters of type IStandaloneElementTagModifier and TypeMethodDescription(package private) static StandaloneElementTagStandaloneElementTag.asEngineStandaloneElementTag(IStandaloneElementTag standaloneElementTag) final voidAbstractGatheringModelProcessable.gatherStandaloneElement(IStandaloneElementTag standaloneElementTag) voidIGatheringModelProcessable.gatherStandaloneElement(IStandaloneElementTag standaloneElementTag) voidAbstractTemplateHandler.handleStandaloneElement(IStandaloneElementTag standaloneElementTag) voidITemplateHandler.handleStandaloneElement(IStandaloneElementTag standaloneElementTag) voidModelBuilderTemplateHandler.handleStandaloneElement(IStandaloneElementTag standaloneElementTag) voidOutputTemplateHandler.handleStandaloneElement(IStandaloneElementTag standaloneElementTag) voidProcessorTemplateHandler.handleStandaloneElement(IStandaloneElementTag istandaloneElementTag) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, String attributeName) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, String prefix, String name) private IStandaloneElementTagStandardModelFactory.removeAttribute(IStandaloneElementTag standaloneElementTag, AttributeName attributeName) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) private IStandaloneElementTagStandardModelFactory.setAttribute(IStandaloneElementTag standaloneElementTag, String attributeName, String attributeValue) private IStandaloneElementTagStandardModelFactory.setAttribute(IStandaloneElementTag standaloneElementTag, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) (package private) booleanTemplateModelController.shouldProcessStandaloneElement(IStandaloneElementTag standaloneElementTag) (package private) voidTemplateModelController.startGatheringDelayedModel(IStandaloneElementTag firstTag, ProcessorExecutionVars processorExecutionVars) (package private) voidTemplateModelController.startGatheringIteratedModel(IStandaloneElementTag firstTag, ProcessorExecutionVars processorExecutionVars, String iterVariableName, String iterStatusVariableName, Object iteratedObject) -
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)