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
Classes in org.thymeleaf.engine that implement IStandaloneElementTag Modifier and Type Class Description (package private) classStandaloneElementTagMethods in org.thymeleaf.engine that return IStandaloneElementTag Modifier and Type Method Description IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(java.lang.String elementName)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(java.lang.String elementName, boolean synthetic, boolean minimized)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(java.lang.String elementName, java.lang.String attributeName, java.lang.String attributeValue)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(java.lang.String elementName, java.lang.String attributeName, java.lang.String attributeValue, boolean synthetic, boolean minimized)IStandaloneElementTagStandardModelFactory. createStandaloneElementTag(java.lang.String elementName, java.util.Map<java.lang.String,java.lang.String> attributes, AttributeValueQuotes attributeValueQuotes, boolean synthetic, boolean minimized)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String attributeName)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String prefix, java.lang.String name)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, AttributeName attributeName)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)private IStandaloneElementTagStandardModelFactory. setAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String attributeName, java.lang.String attributeValue)private IStandaloneElementTagStandardModelFactory. setAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)Methods in org.thymeleaf.engine with parameters of type IStandaloneElementTag Modifier and Type Method Description (package private) static StandaloneElementTagStandaloneElementTag. asEngineStandaloneElementTag(IStandaloneElementTag standaloneElementTag)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, java.lang.String attributeName)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String prefix, java.lang.String name)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, AttributeName attributeName)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)private IStandaloneElementTagStandardModelFactory. setAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String attributeName, java.lang.String attributeValue)private IStandaloneElementTagStandardModelFactory. setAttribute(IStandaloneElementTag standaloneElementTag, java.lang.String attributeName, java.lang.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, java.lang.String iterVariableName, java.lang.String iterStatusVariableName, java.lang.Object iteratedObject) -
Uses of IStandaloneElementTag in org.thymeleaf.model
Methods in org.thymeleaf.model that return IStandaloneElementTag Modifier and Type Method Description IStandaloneElementTagIModelFactory. createStandaloneElementTag(java.lang.String elementName)Create a new standalone element tag, non synthetic and minimized.IStandaloneElementTagIModelFactory. createStandaloneElementTag(java.lang.String elementName, boolean synthetic, boolean minimized)Create a new standalone element tag.IStandaloneElementTagIModelFactory. createStandaloneElementTag(java.lang.String elementName, java.lang.String attributeName, java.lang.String attributeValue)Create a new standalone element tag, non synthetic and minimized, specifying one attribute.IStandaloneElementTagIModelFactory. createStandaloneElementTag(java.lang.String elementName, java.lang.String attributeName, java.lang.String attributeValue, boolean synthetic, boolean minimized)Create a new standalone element tag, specifying one attribute.IStandaloneElementTagIModelFactory. createStandaloneElementTag(java.lang.String elementName, java.util.Map<java.lang.String,java.lang.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)
-