Interface ContextHandler.AliasCheck

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String path, org.eclipse.jetty.util.resource.Resource resource)
      Check an alias
    • Method Detail

      • check

        boolean check​(java.lang.String path,
                      org.eclipse.jetty.util.resource.Resource resource)
        Check an alias
        Parameters:
        path - The path the aliased resource was created for
        resource - The aliased resourced
        Returns:
        True if the resource is OK to be served.