Package org.pentaho.platform.web.servlet.matchers
package org.pentaho.platform.web.servlet.matchers
-
ClassesClassDescriptionA request matcher that matches requests for Require JS configuration files of Pentaho plugins.The
UserNavigationAcceptRequestMatcherdetermines if a request can be considered a user navigation request, based on the presence and value of the `accept` HTTP request header.TheUserNavigationSecFetchRequestMatcherdetermines if a request can be considered a user navigation request, based on the presence of the `sec-fetch-user` HTTP request header, or on other related headers, such as `sec-fetch-dest`, `sec-fetch-mode` and `sec-fetch-site`.TheWebBrowserSecFetchRequestMatcherdetermines if a request is made by a web browser, based on the presence of the `sec-fetch-dest` HTTP request header.TheWebBrowserUserAgentRequestMatcherdetermines if a request is made by a web browser based on the presence and value of the `User-Agent` HTTP request header.