Class NegativeNodeFilter

  • All Implemented Interfaces:
    Filter

    public class NegativeNodeFilter
    extends NotEqualOrNullFilter<Integer>
    Encapsulates all node filtering functionality.
    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • NegativeNodeFilter

        public NegativeNodeFilter​(int nodeId,
                                  javax.servlet.ServletContext servletContext)

        Constructor for NegativeNodeFilter.

        Parameters:
        nodeId - a int.
      • NegativeNodeFilter

        public NegativeNodeFilter​(int nodeId,
                                  org.springframework.context.ApplicationContext appContext)