Description of CompiledRoute
Expanded class hierarchy of CompiledRoute
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CompiledRoute:: |
protected | property | The fitness of this route. | |
CompiledRoute:: |
protected | property | The number of parts in the path of this route. | |
CompiledRoute:: |
protected | property | The pattern outline of this route. | |
CompiledRoute:: |
protected | property | The regular expression to match placeholders out of this path. | |
CompiledRoute:: |
protected | property | The Route object of which this object is the compiled version. | |
CompiledRoute:: |
public | function | Returns the defaults. | |
CompiledRoute:: |
public | function | Returns the fit of this route. | |
CompiledRoute:: |
public | function | Returns the number of parts in this route's path. | |
CompiledRoute:: |
public | function | Returns the options. | |
CompiledRoute:: |
public | function | Returns the pattern. | |
CompiledRoute:: |
public | function | Returns the pattern outline of this route. | |
CompiledRoute:: |
public | function | Returns the placeholder regex. | |
CompiledRoute:: |
public | function | Returns the requirements. | |
CompiledRoute:: |
public | function | Returns the Route instance. | |
CompiledRoute:: |
public | function | Constructs a new CompiledRoute object. |