Features
This section describes all features that are shipped with this package.
Scenario Features
- class balderhub.url.lib.scenario_features.SitemapConfig(**kwargs)
Bases:
FeatureBasic configuration feature for handling multiple
Urlobjects for a specific system.- get_all_urls() List[Url]
Method that returns all :class:Url objects within this configuration feature. It looks for all defined attributes within this feature that starts with the defined
SitemapConfig.url_prefix().`- Returns:
returns a list with all defined
Urlobjects
- url_prefix = 'url_'
prefix that is used within this feature for all
Urlobjects.
Setup Features
Note
This package does not provide any setup features.