Search
Preparing search index...
The search index is not available
Community Solid Server - v0.8.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Community Solid Server - v0.8.1
index
SubdomainIdentifierStrategy
Class SubdomainIdentifierStrategy
An IdentifierStrategy that interprets all subdomains of the given base URL as roots.
Hierarchy
BaseIdentifierStrategy
SubdomainIdentifierStrategy
Index
Constructors
constructor
Properties
base
Url
logger
regex
Methods
get
Parent
Container
is
Root
Container
supports
Identifier
Constructors
constructor
new
Subdomain
Identifier
Strategy
(
baseUrl
:
string
)
:
SubdomainIdentifierStrategy
Parameters
baseUrl:
string
Returns
SubdomainIdentifierStrategy
Properties
Private
Readonly
base
Url
base
Url
:
string
Protected
Readonly
logger
logger
:
Logger
= ...
Private
Readonly
regex
regex
:
RegExp
Methods
get
Parent
Container
get
Parent
Container
(
identifier
:
ResourceIdentifier
)
:
ResourceIdentifier
Parameters
identifier:
ResourceIdentifier
Returns
ResourceIdentifier
is
Root
Container
is
Root
Container
(
identifier
:
ResourceIdentifier
)
:
boolean
Parameters
identifier:
ResourceIdentifier
Returns
boolean
supports
Identifier
supports
Identifier
(
identifier
:
ResourceIdentifier
)
:
boolean
Parameters
identifier:
ResourceIdentifier
Returns
boolean
Exports
index
Subdomain
Identifier
Strategy
constructor
base
Url
logger
regex
get
Parent
Container
is
Root
Container
supports
Identifier
An IdentifierStrategy that interprets all subdomains of the given base URL as roots.