Class FieldActionsRunner

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Component
    public abstract class FieldActionsRunner
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • FieldActionsRunner

        public FieldActionsRunner()
    • Method Detail

      • getActionCode

        public groovy.lang.Closure getActionCode​(Action action,
                                                 java.util.List<Function> functions)
      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getActionDeleget

        @Lookup("actionDelegate")
        public abstract ActionDelegate getActionDeleget()
      • getActionCode

        public groovy.lang.Closure getActionCode​(Action action,
                                                 java.util.List<Function> functions,
                                                 boolean shouldRewriteCachedActions)
      • getActionCode

        public groovy.lang.Closure getActionCode​(groovy.lang.Closure code,
                                                 java.util.List<Function> functions)
      • addToCache

        public void addToCache​(java.lang.String key,
                               java.lang.Object value)
      • removeFromCache

        public void removeFromCache​(java.lang.String key)
      • getFromCache

        public java.lang.Object getFromCache​(java.lang.String key)