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

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

There is a newer version: 2.2.0
Show newest version






SpincastMainPebbleExtensionDefault (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.pebble

Class SpincastMainPebbleExtensionDefault

  • java.lang.Object
    • com.mitchellbosecke.pebble.extension.AbstractExtension
      • org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
  • All Implemented Interfaces:
    com.mitchellbosecke.pebble.extension.Extension, SpincastMainPebbleExtension


    public class SpincastMainPebbleExtensionDefault
    extends com.mitchellbosecke.pebble.extension.AbstractExtension
    implements SpincastMainPebbleExtension
    Spincast Main Pebble extension implementation.
    • Method Detail

      • getDictionary

        protected Dictionary getDictionary()
      • getRequestContextProvider

        protected com.google.inject.Provider<RequestContext<?>> getRequestContextProvider()
      • getFilters

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

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

        protected com.mitchellbosecke.pebble.template.EvaluationContext getEvaluationContext(Map<String,Object> args)
      • getPebbleTemplate

        protected com.mitchellbosecke.pebble.template.PebbleTemplate getPebbleTemplate(Map<String,Object> args)
      • getScopeChain

        protected com.mitchellbosecke.pebble.template.ScopeChain getScopeChain(Map<String,Object> args)
      • getValidationClassError

        protected String getValidationClassError()
      • getValidationClassWarning

        protected Object getValidationClassWarning()
      • getValidationClassSuccess

        protected Object getValidationClassSuccess()
      • getValidationClassNoMessage

        protected Object getValidationClassNoMessage()
      • getValidationMessagesTemplatePath

        protected String getValidationMessagesTemplatePath()
      • getValidationGroupMessagesTemplatePath

        protected String getValidationGroupMessagesTemplatePath()
      • getCheckedFilterName

        protected String getCheckedFilterName()
      • getCheckedFilter

        protected com.mitchellbosecke.pebble.extension.Filter getCheckedFilter()
      • getSelectedFilterName

        protected String getSelectedFilterName()
      • getSelectedFilter

        protected com.mitchellbosecke.pebble.extension.Filter getSelectedFilter()
      • getValidationMessagesFilterName

        protected String getValidationMessagesFilterName()
      • getValidationGroupMessagesFilterName

        protected String getValidationGroupMessagesFilterName()
      • getValidationMessagesFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationMessagesFilter(String templatePath)
      • getValidationClassFilterName

        protected String getValidationClassFilterName()
      • getValidationClassFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationClassFilter()
      • getValidationFreshFilterName

        protected String getValidationFreshFilterName()
      • getValidationFreshFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationFreshFilter()
      • getValidationSubmittedFilterName

        protected String getValidationSubmittedFilterName()
      • getValidationSubmittedFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationSubmittedFilter()
      • getValidationIsValidFilterName

        protected String getValidationIsValidFilterName()
      • getValidationIsValidFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationIsValidFilter()
      • getValidationHasSuccessesFilterName

        protected String getValidationHasSuccessesFilterName()
      • getValidationHasSuccessesFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationHasSuccessesFilter()
      • getValidationHasWarningsFilterName

        protected String getValidationHasWarningsFilterName()
      • getValidationHasWarningsFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationHasWarningsFilter()
      • getValidationHasErrorsFilterName

        protected String getValidationHasErrorsFilterName()
      • getValidationHasErrorsFilter

        protected com.mitchellbosecke.pebble.extension.Filter getValidationHasErrorsFilter()
      • getGetFilterName

        protected String getGetFilterName()
      • getGetFilter

        protected com.mitchellbosecke.pebble.extension.Filter getGetFilter()
      • getNewlineToBrFilterName

        protected String getNewlineToBrFilterName()
      • getNewlineToBrFilter

        protected com.mitchellbosecke.pebble.extension.Filter getNewlineToBrFilter()
      • getBooleanFilterName

        protected String getBooleanFilterName()
      • getBooleanFilter

        protected com.mitchellbosecke.pebble.extension.Filter getBooleanFilter()
      • getGetFunctionName

        protected String getGetFunctionName()
      • getGetFunction

        protected com.mitchellbosecke.pebble.extension.Function getGetFunction()
      • getJsOneLinerOutputFunctionName

        protected String getJsOneLinerOutputFunctionName()
      • getJsOneLinerOutputFunction

        protected com.mitchellbosecke.pebble.extension.Function getJsOneLinerOutputFunction()
      • getMessageFunctionName

        protected String getMessageFunctionName()
      • getMessageFunction

        protected com.mitchellbosecke.pebble.extension.Function getMessageFunction()
      • getQuerystringAppendFunctionName

        protected String getQuerystringAppendFunctionName()
      • getQuerystringAppendFunction

        protected com.mitchellbosecke.pebble.extension.Function getQuerystringAppendFunction()
      • getQuerystringToHiddenFieldsFunctionName

        protected String getQuerystringToHiddenFieldsFunctionName()
      • getQuerystringToHiddenFieldsFunction

        protected com.mitchellbosecke.pebble.extension.Function getQuerystringToHiddenFieldsFunction()
      • encodeQuerystringValue

        protected String encodeQuerystringValue(String value)
      • getRouteFunctionName

        protected String getRouteFunctionName()
      • getRouteFunction

        protected com.mitchellbosecke.pebble.extension.Function getRouteFunction()
      • getRouteIdFunctionName

        protected String getRouteIdFunctionName()
      • getRouteIdFunction

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

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy