Interface FilterMapping


public interface FilterMapping
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept. 2009
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(String path)
    Indicates if the current path matches with the current mapping
  • Method Details

    • match

      boolean match(String path)
      Indicates if the current path matches with the current mapping
      Parameters:
      path - the path to check
      Returns:
      true if it matches, false otherwise.