Class ThymeleafFacade


  • public final class ThymeleafFacade
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object> evaluateAsIterable​(org.thymeleaf.context.ITemplateContext arguments, java.lang.String rawValue)  
      static java.util.List<java.lang.Object> evaluateAsIterableOrRawValue​(org.thymeleaf.context.ITemplateContext arguments, java.lang.String rawValue)  
      static java.util.List<java.lang.String> evaluateAsStringsWithDelimiter​(org.thymeleaf.context.ITemplateContext arguments, java.lang.String rawValue, java.lang.String delimiter)  
      static java.lang.Object evaluateExpression​(org.thymeleaf.context.ITemplateContext arguments, java.lang.String expression)  
      static java.lang.String getRawValue​(org.thymeleaf.model.IProcessableElementTag element, java.lang.String attributeName)  
      static java.lang.String getRawValue​(org.thymeleaf.model.IProcessableElementTag element, org.thymeleaf.engine.AttributeName attributeName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRawValue

        public static java.lang.String getRawValue​(org.thymeleaf.model.IProcessableElementTag element,
                                                   org.thymeleaf.engine.AttributeName attributeName)
      • getRawValue

        public static java.lang.String getRawValue​(org.thymeleaf.model.IProcessableElementTag element,
                                                   java.lang.String attributeName)
      • evaluateExpression

        public static java.lang.Object evaluateExpression​(org.thymeleaf.context.ITemplateContext arguments,
                                                          java.lang.String expression)
                                                   throws org.thymeleaf.exceptions.TemplateProcessingException
        Throws:
        org.thymeleaf.exceptions.TemplateProcessingException
      • evaluateAsIterable

        public static java.util.List<java.lang.Object> evaluateAsIterable​(org.thymeleaf.context.ITemplateContext arguments,
                                                                          java.lang.String rawValue)
                                                                   throws org.thymeleaf.exceptions.TemplateProcessingException
        Throws:
        org.thymeleaf.exceptions.TemplateProcessingException
      • evaluateAsIterableOrRawValue

        public static java.util.List<java.lang.Object> evaluateAsIterableOrRawValue​(org.thymeleaf.context.ITemplateContext arguments,
                                                                                    java.lang.String rawValue)
      • evaluateAsStringsWithDelimiter

        public static java.util.List<java.lang.String> evaluateAsStringsWithDelimiter​(org.thymeleaf.context.ITemplateContext arguments,
                                                                                      java.lang.String rawValue,
                                                                                      java.lang.String delimiter)