Configure URL Filter MOD009CT1
Access
- PLANTA link role → Web Interfaces → Configuration panel → Web Interfaces → Configure URL Filter
Information
- In this module you can configure the URL filters of a web interface.
Notes
- To be able to use web interfaces you have to activate and configure the PLANTA link webservices in the web.conf:
generic_service
= truegeneric_service_interface
andgeneric_service_port
contain meaningful data
- If you have not activated the webservices, the buttons for carrying out different actions which require webservices will not be displayed.
- Web interfaces use the Fully Qualified Domain Name (FQDN) as an address by default. If the FQDN is not available, the host name of the machine will be used. If the host name is not available either, the IP of the machine will be used. An explicit host name can be defined using the global
planta_link_hostname
setting.
All fields in the web interface modules are case sensitive (observe upper/lower case spelling)!
Details
- The components of the URL of the web interface which are shown in curly brackets are read-out and created as a URL filter.
- In the Configure URL Filter module, they can then be linked to a data item from the respective web entity in the Apply to field and linked to a filter type in the Filter type field.
Note
- For web interfaces which have their own implementation class and do not use web entities, the Apply to field remains empty.
- Instead, the URL filter is managed manually in the code and can be called within the specified implementation class via the
self.variables
attribute.