All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.pebble.SpincastPebbleExtension.html Maven / Gradle / Ivy

The newest version!






SpincastPebbleExtension (org.spincast:spincast-framework 0.9.28 API)












org.spincast.plugins.pebble

Class SpincastPebbleExtension

    • Constructor Detail

      • SpincastPebbleExtension

        @Inject
        public SpincastPebbleExtension(com.google.inject.Provider<ITemplatingEngine> templatingEngineProvider)
        Constructor
    • Method Detail

      • getFilters

        public Map<String,com.mitchellbosecke.pebble.extension.Filter> getFilters()
        Specified by:
        getFilters in interface com.mitchellbosecke.pebble.extension.Extension
      • getTests

        public Map<String,com.mitchellbosecke.pebble.extension.Test> getTests()
        Specified by:
        getTests in interface com.mitchellbosecke.pebble.extension.Extension
      • getTokenParsers

        public List<com.mitchellbosecke.pebble.tokenParser.TokenParser> getTokenParsers()
        Specified by:
        getTokenParsers in interface com.mitchellbosecke.pebble.extension.Extension
      • getBinaryOperators

        public List<com.mitchellbosecke.pebble.operator.BinaryOperator> getBinaryOperators()
        Specified by:
        getBinaryOperators in interface com.mitchellbosecke.pebble.extension.Extension
      • getUnaryOperators

        public List<com.mitchellbosecke.pebble.operator.UnaryOperator> getUnaryOperators()
        Specified by:
        getUnaryOperators in interface com.mitchellbosecke.pebble.extension.Extension
      • getGlobalVariables

        public Map<String,Object> getGlobalVariables()
        Specified by:
        getGlobalVariables in interface com.mitchellbosecke.pebble.extension.Extension
      • getNodeVisitors

        public List<com.mitchellbosecke.pebble.extension.NodeVisitorFactory> getNodeVisitors()
        Specified by:
        getNodeVisitors in interface com.mitchellbosecke.pebble.extension.Extension
      • getFunctions

        public Map<String,com.mitchellbosecke.pebble.extension.Function> getFunctions()
        Specified by:
        getFunctions in interface com.mitchellbosecke.pebble.extension.Extension
      • getFieldErrorMessagesFunctionName

        protected String getFieldErrorMessagesFunctionName()
      • getFieldValueFunctionName

        protected String getFieldValueFunctionName()
      • getFieldCheckedFunctionName

        protected String getFieldCheckedFunctionName()
      • getFieldGroupErrorClassFunctionName

        protected String getFieldGroupErrorClassFunctionName()
      • getCheckedFunctionName

        protected String getCheckedFunctionName()
      • getSelectedFunctionName

        protected String getSelectedFunctionName()
      • getFieldErrorMessagesFunction

        protected com.mitchellbosecke.pebble.extension.Function getFieldErrorMessagesFunction()
        Warning! The resulting content will be a SafeString so it won't be escaped!
      • getFieldErrorMessagesFunctionTemplatePath

        protected String getFieldErrorMessagesFunctionTemplatePath()
      • getFieldValueFunction

        protected com.mitchellbosecke.pebble.extension.Function getFieldValueFunction()
        The result *will* be escaped. If you don't want it to be escaped, use the | raw filter after the function call.
      • getFieldCheckedFunction

        protected com.mitchellbosecke.pebble.extension.Function getFieldCheckedFunction()
        Returns a boolean.
      • getFieldGroupErrorClassFunction

        protected com.mitchellbosecke.pebble.extension.Function getFieldGroupErrorClassFunction()
        The result is a class name or an empty String and will be escaped.
      • getFieldGroupErrorClassFunctionErrorClass

        protected String getFieldGroupErrorClassFunctionErrorClass()
      • getCheckedFunction

        protected com.mitchellbosecke.pebble.extension.Function getCheckedFunction()
      • getSelectedFunction

        protected com.mitchellbosecke.pebble.extension.Function getSelectedFunction()

Copyright © 2016. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy