class controller

Erweitert:

This class is used to dispatch URL's for handling.

Scheme name validation

The scheme part of URL's passed in will be validated with the following algorithm.

  1. Strip trailing ':' if one is present.
  2. If the name contains any character other than [0-9A-Za-z], fail.

Eigenschaften

Methoden