2022-08-21 00:40:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="AliasWebPage" inherits="WebNode" version="3.7">
|
|
|
|
<brief_description>
|
2022-08-21 23:09:57 +02:00
|
|
|
Creates an alias web uri.
|
2022-08-21 00:40:49 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2022-08-21 23:09:57 +02:00
|
|
|
Essentially when it handles a request it calls an another [WebNode]'s [code]handle_request()[/code] method.
|
2022-08-21 00:40:49 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="alias_path" type="NodePath" setter="set_alias_path" getter="get_alias_path" default="NodePath("")">
|
2022-08-21 23:09:57 +02:00
|
|
|
The path to the target [Webnode].
|
2022-08-21 00:40:49 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|