Class DefaultFilterMapping

    • Constructor Detail

      • DefaultFilterMapping

        public DefaultFilterMapping​(String filterName,
                                    String urlPattern)
        Constructor.
        Parameters:
        filterName - the filter name.
        urlPattern - the URL pattern.
    • Method Detail

      • equals

        public boolean equals​(Object object)
        Equals.
        Overrides:
        equals in class Object
        Parameters:
        object - the object to compare against.
        Returns:
        true if equal, false otherwise.
      • hashCode

        public int hashCode()
        Hash code.
        Overrides:
        hashCode in class Object
        Returns:
        the hash code.