Class AbstractFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String encode()
      Encodes the filter to a String.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AbstractFilter

        public AbstractFilter()
    • Method Detail

      • encode

        public java.lang.String encode()
        Description copied from interface: Filter
        Encodes the filter to a String.
        Specified by:
        encode in interface Filter
        Returns:
        The encoded filter in the standard String format
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object