public class HrefFunction extends Object implements com.mitchellbosecke.pebble.extension.Function
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
argumentNames |
static String |
FUNCTION_NAME |
protected static String |
PARAM_URL |
| Constructor and Description |
|---|
HrefFunction()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Map<String,Object> args,
com.mitchellbosecke.pebble.template.PebbleTemplate self,
com.mitchellbosecke.pebble.template.EvaluationContext context,
int lineNumber) |
List<String> |
getArgumentNames() |
public static final String FUNCTION_NAME
protected static final String PARAM_URL
public Object execute(Map<String,Object> args, com.mitchellbosecke.pebble.template.PebbleTemplate self, com.mitchellbosecke.pebble.template.EvaluationContext context, int lineNumber)
execute in interface com.mitchellbosecke.pebble.extension.FunctionFunction.execute(Map, PebbleTemplate,
EvaluationContext, int)Copyright © 2018. All rights reserved.