public class SplitFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_NAME |
| Constructor and Description |
|---|
SplitFilter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object input,
Map<String,Object> args,
PebbleTemplate self,
EvaluationContext context,
int lineNumber) |
List<String> |
getArgumentNames() |
public static final String FILTER_NAME
public Object apply(Object input, Map<String,Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber) throws PebbleException
apply in interface FilterPebbleExceptionpublic List<String> getArgumentNames()
getArgumentNames in interface NamedArgumentsCopyright © 2019. All rights reserved.