Interface ExtensionAvailability

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAvailable​(javax.servlet.http.HttpServletRequest request)
      Return whether an extension is available for the specified request, i.e.
    • Method Detail

      • isAvailable

        boolean isAvailable​(@NotNull
                            javax.servlet.http.HttpServletRequest request)
        Return whether an extension is available for the specified request, i.e. can be shown. Note that if the result is true, extension will be included into a page, but it may still be empty or completely hidden. If the result is false, extension is ignored
        Parameters:
        request - the HTTP request
        Returns:
        true iff an extension is available