java.lang.Object
colesico.framework.pebble.internal.GetBeanFunction
- All Implemented Interfaces:
com.mitchellbosecke.pebble.extension.Function,com.mitchellbosecke.pebble.extension.NamedArguments
public class GetBeanFunction
extends Object
implements com.mitchellbosecke.pebble.extension.Function
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
GetBeanFunction
public GetBeanFunction(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:
executein interfacecom.mitchellbosecke.pebble.extension.Function
-
getArgumentNames
- Specified by:
getArgumentNamesin interfacecom.mitchellbosecke.pebble.extension.NamedArguments
-