Class SimpleUrlPattern.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • pattern

        public SimpleUrlPattern.Builder pattern​(String pattern)
        A string consisting of a concatenation of optional host component and optional path component.

        The host component may start with *. to match the case-insensitive domain and all its subdomains. The path component must start with a /, and may end with * to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.

        Parameters:
        pattern - the value to set
        Returns:
        this builder