Class PlainFilter

  • All Implemented Interfaces:
    Filter

    public class PlainFilter
    extends java.lang.Object
    implements Filter
    • Constructor Summary

      Constructors 
      Constructor Description
      PlainFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String convert​(java.lang.String source, java.util.List<Attr> attributes, java.util.Map<java.lang.String,​java.lang.Object> model)  
      • Methods inherited from class java.lang.Object

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

      • PlainFilter

        public PlainFilter()
    • Method Detail

      • convert

        public java.lang.String convert​(java.lang.String source,
                                        java.util.List<Attr> attributes,
                                        java.util.Map<java.lang.String,​java.lang.Object> model)
        Specified by:
        convert in interface Filter