Features

This section describes all features that are shipped with this package.

Scenario Features

class balderhub.url.lib.scenario_features.SitemapConfig(**kwargs)

Bases: Feature

Basic configuration feature for handling multiple Url objects 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 Url objects

url_prefix = 'url_'

prefix that is used within this feature for all Url objects.

Setup Features

Note

This package does not provide any setup features.