Class GetClassedBeanFunction

java.lang.Object
colesico.framework.pebble.internal.GetClassedBeanFunction
All Implemented Interfaces:
com.mitchellbosecke.pebble.extension.Function, com.mitchellbosecke.pebble.extension.NamedArguments

public class GetClassedBeanFunction extends Object implements com.mitchellbosecke.pebble.extension.Function
  • Field Details

  • Constructor Details

    • GetClassedBeanFunction

      public GetClassedBeanFunction(colesico.framework.ioc.Ioc ioc)
  • Method Details

    • execute

      public Object execute(Map<String,Object> args, com.mitchellbosecke.pebble.template.PebbleTemplate pebbleTemplate, com.mitchellbosecke.pebble.template.EvaluationContext context, int lineNumber)
      Specified by:
      execute in interface com.mitchellbosecke.pebble.extension.Function
    • getArgumentNames

      public List<String> getArgumentNames()
      Specified by:
      getArgumentNames in interface com.mitchellbosecke.pebble.extension.NamedArguments