public class FormatTimeExtension.FormatTimeFilter
extends java.lang.Object
implements com.mitchellbosecke.pebble.extension.Filter
| Constructor and Description |
|---|
FormatTimeFilter() |
| 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() |
protected java.lang.Integer |
parseStyle(java.lang.String style) |
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.PebbleExceptionprotected java.lang.Integer parseStyle(java.lang.String style)
Copyright © 2023. All rights reserved.