Uses of Class
org.thymeleaf.Arguments

Packages that use Arguments
org.thymeleaf   
org.thymeleaf.expression   
org.thymeleaf.inliner   
org.thymeleaf.messageresolver   
org.thymeleaf.processor.attr   
org.thymeleaf.processor.tag   
org.thymeleaf.resourceresolver   
org.thymeleaf.standard   
org.thymeleaf.standard.expression   
org.thymeleaf.standard.inliner   
org.thymeleaf.standard.processor.attr   
org.thymeleaf.templateresolver   
org.thymeleaf.util   
 

Uses of Arguments in org.thymeleaf
 

Methods in org.thymeleaf that return Arguments
 Arguments Arguments.addLocalVariables(Map<String,Object> newVariables)
           Creates a new Arguments object by adding some new local variables to the existing map (the rest of the attributes are copied verbatim).
 Arguments Arguments.addLocalVariablesAndSetSelectionTarget(Map<String,Object> newVariables, Object target)
           Creates a new Arguments object by setting new local variables and a selection target.
 Arguments Arguments.addLocalVariablesAndTextInliner(Map<String,Object> newVariables, ITextInliner newTextInliner)
           Creates a new Arguments object by setting new local variables and a new text inliner.
 Arguments Arguments.addLocalVariablesAndTextInlinerAndSetSelectionTarget(Map<String,Object> newVariables, ITextInliner newTextInliner, Object target)
           Creates a new Arguments object by adding new local variables, a text inliner and a selection target.
 Arguments Arguments.setSelectionTarget(Object target)
           Creates a new Arguments object by setting a selection target.
 Arguments Arguments.setTextInliner(ITextInliner newTextInliner)
           Creates a new Arguments object by setting a new text inliner.
 Arguments Arguments.setTextInlinerAndSetSelectionTarget(ITextInliner newTextInliner, Object target)
           Creates a new Arguments object by setting a new text inliner and a selection target.
 

Methods in org.thymeleaf with parameters of type Arguments
static String OutputHandler.output(Arguments arguments, TemplateResolution templateResolution, Document document, boolean outputDocType, DocTypeIdentifier publicId, DocTypeIdentifier systemId)
           
 ParsedTemplate TemplateParser.parseDocument(Arguments arguments)
           
 Node TemplateParser.parseXMLString(Arguments arguments, String xmlString)
           
 

Uses of Arguments in org.thymeleaf.expression
 

Methods in org.thymeleaf.expression with parameters of type Arguments
static Map<String,Object> ExpressionEvaluatorObjects.computeEvaluationVariablesForArguments(Arguments arguments)
           
static Map<String,Object> ExpressionEvaluatorObjects.computeEvaluationVariablesForTemplateResolution(Arguments arguments, TemplateResolution templateResolution)
           
 

Constructors in org.thymeleaf.expression with parameters of type Arguments
Ids(Arguments arguments)
           
Messages(Arguments arguments, TemplateResolution templateResolution)
           
 

Uses of Arguments in org.thymeleaf.inliner
 

Methods in org.thymeleaf.inliner with parameters of type Arguments
 void ITextInliner.inline(Arguments arguments, TemplateResolution templateResolution, Text text)
           
 

Uses of Arguments in org.thymeleaf.messageresolver
 

Methods in org.thymeleaf.messageresolver with parameters of type Arguments
 MessageResolution StandardMessageResolver.resolveMessage(Arguments arguments, TemplateResolution templateResolution, String key, Object[] messageParameters)
           
 MessageResolution IMessageResolver.resolveMessage(Arguments arguments, TemplateResolution templateResolution, String key, Object[] messageParameters)
           Resolve the message, returning a MessageResolution object.
 

Uses of Arguments in org.thymeleaf.processor.attr
 

Methods in org.thymeleaf.processor.attr with parameters of type Arguments
protected  Map<String,Object> AbstractSelectionTargetAttrProcessor.getAdditionalLocalVariables(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  AbstractFragmentAttrProcessor.AbstractFragmentSpec AbstractFragmentAttrProcessor.getFragmentSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  AbstractIterationAttrProcessor.IterationSpec AbstractIterationAttrProcessor.getIterationSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String AbstractAttrProcessor.getMessage(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters)
           Resolves a message, trying to resolve it first as a template message (see AbstractAttrProcessor.getMessageForTemplate(Arguments, TemplateResolution, String, Object[])) and, if not found, as a processor message (see AbstractAttrProcessor.getMessageForProcessor(Arguments, String, Object[]).
protected  String AbstractAttrProcessor.getMessageForProcessor(Arguments arguments, String messageKey, Object[] messageParameters)
           Resolves the specified message as a processor message.
protected  String AbstractAttrProcessor.getMessageForTemplate(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters)
           Resolves the specified message as a template message.
protected abstract  AbstractAttributeModifierAttrProcessor.ModificationType AbstractAttributeModifierAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  Map<String,String> AbstractSingleAttributeModifierAttrProcessor.getNewAttributeValues(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  Map<String,String> AbstractAttributeModifierAttrProcessor.getNewAttributeValues(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  List<Node> AbstractUnescapedTextChildModifierAttrProcessor.getNewChildren(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  List<Node> AbstractTextChildModifierAttrProcessor.getNewChildren(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  List<Node> AbstractChildrenModifierAttrProcessor.getNewChildren(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  Map<String,Object> AbstractLocalVariableDefinitionAttrProcessor.getNewLocalVariables(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  Object AbstractSelectionTargetAttrProcessor.getNewSelectionTarget(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  boolean AbstractFragmentAttrProcessor.getSubstituteInclusionNode(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractConditionalFixedValueAttrProcessor.getTargetAttributeFixedValue(Arguments arguments, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractConditionalFixedValueAttrProcessor.getTargetAttributeName(Arguments arguments, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractSingleAttributeModifierAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractSingleAttributeModifierAttrProcessor.getTargetAttributeValue(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractUnescapedTextChildModifierAttrProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  String AbstractTextChildModifierAttrProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  ITextInliner AbstractTextInlinerAttrProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected abstract  boolean AbstractConditionalVisibilityAttrProcessor.isVisible(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributename, String attributeValue)
           
protected abstract  boolean AbstractConditionalFixedValueAttrProcessor.isVisible(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 AttrProcessResult IAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           Execute this attribute processor.
 AttrProcessResult AbstractTextInlinerAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractSelectionTargetAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractRemovalAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractNoOpAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractLocalVariableDefinitionAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractIterationAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractFragmentAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractConditionalVisibilityAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractConditionalFixedValueAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractChildrenModifierAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
 AttrProcessResult AbstractAttributeModifierAttrProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute)
           
protected abstract  boolean AbstractAttributeModifierAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
 

Uses of Arguments in org.thymeleaf.processor.tag
 

Methods in org.thymeleaf.processor.tag with parameters of type Arguments
protected  Map<String,Object> AbstractSelectionTargetTagProcessor.getAdditionalLocalVariables(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  AbstractFragmentTagProcessor.AbstractFragmentSpec AbstractFragmentTagProcessor.getFragmentSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  AbstractIterationTagProcessor.IterationSpec AbstractIterationTagProcessor.getIterationSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected  List<Node> AbstractUnescapedTextChildModifierTagProcessor.getMarkupSubstitutes(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected  List<Node> AbstractTextChildModifierTagProcessor.getMarkupSubstitutes(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  List<Node> AbstractMarkupSubstitutionTagProcessor.getMarkupSubstitutes(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected  String AbstractTagProcessor.getMessage(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters)
           Resolves a message, trying to resolve it first as a template message (see AbstractTagProcessor.getMessageForTemplate(Arguments, TemplateResolution, String, Object[])) and, if not found, as a processor message (see AbstractTagProcessor.getMessageForProcessor(Arguments, String, Object[]).
protected  String AbstractTagProcessor.getMessageForProcessor(Arguments arguments, String messageKey, Object[] messageParameters)
           Resolves the specified message as a processor message.
protected  String AbstractTagProcessor.getMessageForTemplate(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters)
           Resolves the specified message as a template message.
protected abstract  Map<String,Object> AbstractLocalVariableDefinitionTagProcessor.getNewLocalVariables(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  Object AbstractSelectionTargetTagProcessor.getNewSelectionTarget(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  boolean AbstractRemovalTagProcessor.getRemoveTagAndChildren(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  boolean AbstractFragmentTagProcessor.getSubstituteInclusionNode(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  String AbstractUnescapedTextChildModifierTagProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  String AbstractTextChildModifierTagProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  ITextInliner AbstractTextInlinerTagProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  boolean AbstractConditionalVisibilityTagProcessor.isVisible(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult ITagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           Execute this attribute processor.
 TagProcessResult AbstractTextInlinerTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractSelectionTargetTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractRemovalTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractNoOpTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractMarkupSubstitutionTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractLocalVariableDefinitionTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractIterationTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractFragmentTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 TagProcessResult AbstractConditionalVisibilityTagProcessor.process(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 

Uses of Arguments in org.thymeleaf.resourceresolver
 

Methods in org.thymeleaf.resourceresolver with parameters of type Arguments
 InputStream UrlResourceResolver.getResourceAsStream(Arguments arguments, String resourceName)
           
 InputStream ServletContextResourceResolver.getResourceAsStream(Arguments arguments, String resourceName)
           
 InputStream IResourceResolver.getResourceAsStream(Arguments arguments, String resourceName)
           Resolve the resource, this is, open an input stream for it.
 InputStream FileResourceResolver.getResourceAsStream(Arguments arguments, String resourceName)
           
 InputStream ClassLoaderResourceResolver.getResourceAsStream(Arguments arguments, String resourceName)
           
 

Uses of Arguments in org.thymeleaf.standard
 

Methods in org.thymeleaf.standard with parameters of type Arguments
static String StandardMessageResolutionUtils.resolveMessageForTemplate(Arguments arguments, TemplateResolution templateResolution, String key, Object[] messageParameters, Properties defaultMessages)
           
 

Uses of Arguments in org.thymeleaf.standard.expression
 

Methods in org.thymeleaf.standard.expression with parameters of type Arguments
protected  Map<String,Object> OgnlExpressionEvaluator.computeAdditionalContextVariables(Arguments arguments, TemplateResolution templateResolution)
           
 Object OgnlExpressionEvaluator.evaluate(Arguments arguments, TemplateResolution templateResolution, String expression, Object root)
           
 Object IStandardExpressionEvaluator.evaluate(Arguments arguments, TemplateResolution templateResolution, String expression, Object root)
           
static Object StandardExpressionProcessor.executeExpression(Arguments arguments, TemplateResolution templateResolution, Expression expression)
           
 Object StandardExpressionExecutor.executeExpression(Arguments arguments, TemplateResolution templateResolution, Expression expression)
           
static AssignationSequence StandardExpressionProcessor.parseAssignationSequence(Arguments arguments, TemplateResolution templateResolution, String input)
           
 AssignationSequence StandardExpressionParser.parseAssignationSequence(Arguments arguments, TemplateResolution templateResolution, String input)
           
static Each StandardExpressionProcessor.parseEach(Arguments arguments, TemplateResolution templateResolution, String input)
           
 Each StandardExpressionParser.parseEach(Arguments arguments, TemplateResolution templateResolution, String input)
           
static Expression StandardExpressionProcessor.parseExpression(Arguments arguments, TemplateResolution templateResolution, String input)
           
 Expression StandardExpressionParser.parseExpression(Arguments arguments, TemplateResolution templateResolution, String input)
           
static ExpressionSequence StandardExpressionProcessor.parseExpressionSequence(Arguments arguments, TemplateResolution templateResolution, String input)
           
 ExpressionSequence StandardExpressionParser.parseExpressionSequence(Arguments arguments, TemplateResolution templateResolution, String input)
           
static FragmentSelection StandardExpressionProcessor.parseFragmentSelection(Arguments arguments, TemplateResolution templateResolution, String input)
           
 FragmentSelection StandardExpressionParser.parseFragmentSelection(Arguments arguments, TemplateResolution templateResolution, String input)
           
static Object StandardExpressionProcessor.processExpression(Arguments arguments, TemplateResolution templateResolution, String input)
           
 

Uses of Arguments in org.thymeleaf.standard.inliner
 

Methods in org.thymeleaf.standard.inliner with parameters of type Arguments
 void StandardTextInliner.inline(Arguments arguments, TemplateResolution templateResolution, Text text)
           
 void AbstractStandardScriptingInliner.inline(Arguments arguments, TemplateResolution templateResolution, Text text)
           
 

Uses of Arguments in org.thymeleaf.standard.processor.attr
 

Methods in org.thymeleaf.standard.processor.attr with parameters of type Arguments
protected  String StandardSubstituteByAttrProcessor.getFragmentAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, FragmentSelection fragmentSelection)
           
protected  String StandardIncludeAttrProcessor.getFragmentAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, FragmentSelection fragmentSelection)
           
protected abstract  String AbstractStandardFragmentAttrProcessor.getFragmentAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, FragmentSelection fragmentSelection)
           
protected  AbstractFragmentAttrProcessor.AbstractFragmentSpec AbstractStandardFragmentAttrProcessor.getFragmentSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  AbstractIterationAttrProcessor.IterationSpec AbstractStandardIterationAttrProcessor.getIterationSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardXmlSpaceAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardXmlLangAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardXmlBaseAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardSingleRemovableAttributeModifierAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardSingleNonRemovableAttributeModifierAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardLangXmlLangAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardDOMEventAttributeModifierAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardClassappendAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardAttrprependAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardAttrAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardAttrappendAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  AbstractAttributeModifierAttrProcessor.ModificationType StandardAltTitleAttrProcessor.getModificationType(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  Set<String> StandardLangXmlLangAttrProcessor.getNewAttributeNames(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, Expression expression)
           
protected  Set<String> StandardAltTitleAttrProcessor.getNewAttributeNames(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, Expression expression)
           
protected abstract  Set<String> AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor.getNewAttributeNames(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, Expression expression)
           
protected  Map<String,String> AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor.getNewAttributeValues(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  Map<String,String> AbstractStandardAttributeModifierAttrProcessor.getNewAttributeValues(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  Map<String,Object> AbstractStandardLocalVariableDefinitionAttrProcessor.getNewLocalVariables(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  Object AbstractStandardSelectionAttrProcessor.getNewSelectionTarget(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  boolean StandardSubstituteByAttrProcessor.getSubstituteInclusionNode(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  boolean StandardIncludeAttrProcessor.getSubstituteInclusionNode(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardConditionalFixedValueAttrProcessor.getTargetAttributeFixedValue(Arguments arguments, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardConditionalFixedValueAttrProcessor.getTargetAttributeName(Arguments arguments, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardXmlSpaceAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardXmlLangAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardXmlBaseAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardSingleRemovableAttributeModifierAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardSingleNonRemovableAttributeModifierAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardDOMEventAttributeModifierAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String StandardClassappendAttrProcessor.getTargetAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String AbstractStandardSingleAttributeModifierAttrProcessor.getTargetAttributeValue(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String AbstractStandardUnescapedTextChildModifierAttrProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  String AbstractStandardTextChildModifierAttrProcessor.getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  ITextInliner AbstractStandardTextInlinerAttrProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  boolean AbstractStandardConditionalVisibilityAttrProcessor.isVisible(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  boolean AbstractStandardConditionalFixedValueAttrProcessor.isVisible(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  boolean StandardXmlSpaceAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardXmlLangAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardXmlBaseAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardSingleRemovableAttributeModifierAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardSingleNonRemovableAttributeModifierAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardLangXmlLangAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardDOMEventAttributeModifierAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardClassappendAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardAttrprependAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardAttrAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardAttrappendAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  boolean StandardAltTitleAttrProcessor.removeAttributeIfEmpty(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, String newAttributeName)
           
protected  void AbstractStandardSelectionAttrProcessor.validateSelectionValue(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, Expression expression)
           
 

Uses of Arguments in org.thymeleaf.templateresolver
 

Methods in org.thymeleaf.templateresolver with parameters of type Arguments
protected  String TemplateResolver.computeCharacterEncoding(Arguments arguments)
           
protected abstract  String AbstractTemplateResolver.computeCharacterEncoding(Arguments arguments)
           Computes the character encoding that should be applied when reading template resource, according to existing configuration.
protected  boolean AbstractTemplateResolver.computeResolvable(Arguments arguments)
           Computes whether a template can be resolved by this resolver or not, applying the corresponding patterns.
protected  String TemplateResolver.computeResourceName(Arguments arguments)
           
protected abstract  String AbstractTemplateResolver.computeResourceName(Arguments arguments)
           Computes the resource name from the template name, applying aliases, prefix/suffix, or any other artifacts the Template Resolver might need to apply.
protected  IResourceResolver TemplateResolver.computeResourceResolver(Arguments arguments)
           
protected abstract  IResourceResolver AbstractTemplateResolver.computeResourceResolver(Arguments arguments)
           Computes the resource resolver that should be applied to a template, according to existing configuration.
protected  TemplateMode TemplateResolver.computeTemplateMode(Arguments arguments)
           
protected abstract  TemplateMode AbstractTemplateResolver.computeTemplateMode(Arguments arguments)
           Computes the template mode that should be applied to a template, according to existing configuration.
protected  ITemplateResolutionValidity UrlTemplateResolver.computeValidity(Arguments arguments)
           
protected  ITemplateResolutionValidity TemplateResolver.computeValidity(Arguments arguments)
           
protected abstract  ITemplateResolutionValidity AbstractTemplateResolver.computeValidity(Arguments arguments)
           Computes the validity to be applied to the template resolution.
 TemplateResolution ITemplateResolver.resolveTemplate(Arguments arguments)
           Tries to resolve a template.
 TemplateResolution AbstractTemplateResolver.resolveTemplate(Arguments arguments)
           
 

Uses of Arguments in org.thymeleaf.util
 

Methods in org.thymeleaf.util with parameters of type Arguments
static Properties MessageResolutionUtils.loadCombinedMessagesFilesFromBaseName(Arguments arguments, IResourceResolver resourceResolver, String baseName, Locale locale, Properties defaultMessages)
           
static String MessageResolutionUtils.resolveMessageForTemplate(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters)
           
static String MessageResolutionUtils.resolveMessageForTemplate(Arguments arguments, TemplateResolution templateResolution, String messageKey, Object[] messageParameters, boolean returnStringAlways)
           
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.