Class LengthFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      LengthFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object input, java.util.Map<java.lang.String,​java.lang.Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber)  
      java.util.List<java.lang.String> getArgumentNames()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LengthFilter

        public LengthFilter()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object input,
                                      java.util.Map<java.lang.String,​java.lang.Object> args,
                                      PebbleTemplate self,
                                      EvaluationContext context,
                                      int lineNumber)
        Specified by:
        apply in interface Filter