google.appengine.api.dispatchinfo.ParsedURL
Stay organized with collections
Save and categorize content based on your preferences.
Dispath Entry URL holder class.
Inherits From: expected_type
google.appengine.api.dispatchinfo.ParsedURL(
url_pattern
)
Args |
url_pattern
|
An URL pattern that conforms to the regular expression
'^([^/]+)(/.*)$'.
|
Raises |
validation.ValidationError
|
When url_pattern does not match the required
regular expression.
|
Attributes |
host_pattern
|
The host pattern component of the URL pattern.
|
host_exact
|
True if the host pattern does not start with a *.
|
host
|
host_pattern with any leading * removed.
|
path_pattern
|
The path pattern component of the URL pattern.
|
path_exact
|
True if the path_pattern does not end with a *.
|
path
|
path_pattern with any trailing * removed.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[null,null,["Last updated 2025-06-16 UTC."],[],[]]