public class PrettyTimeExtension.PrettyTimeFilter
extends java.lang.Object
implements com.mitchellbosecke.pebble.extension.Filter
| Constructor and Description |
|---|
PrettyTimeFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(java.lang.Object input,
java.util.Map<java.lang.String,java.lang.Object> args,
com.mitchellbosecke.pebble.template.PebbleTemplate self,
com.mitchellbosecke.pebble.template.EvaluationContext context,
int lineNumber) |
java.util.List<java.lang.String> |
getArgumentNames() |
public java.util.List<java.lang.String> getArgumentNames()
getArgumentNames in interface com.mitchellbosecke.pebble.extension.NamedArgumentspublic java.lang.Object apply(java.lang.Object input,
java.util.Map<java.lang.String,java.lang.Object> args,
com.mitchellbosecke.pebble.template.PebbleTemplate self,
com.mitchellbosecke.pebble.template.EvaluationContext context,
int lineNumber)
throws com.mitchellbosecke.pebble.error.PebbleException
apply in interface com.mitchellbosecke.pebble.extension.Filtercom.mitchellbosecke.pebble.error.PebbleExceptionCopyright © 2023. All rights reserved.