4.5.2.4. Internal Properties
It is possible to define properties that are not displayed to the user, but that can be used in all JSP files. An example of this could be a parameter for the versioning of the connector, that can be then used in all channel, lookup table names,...
How does this work?
- Create a new file called internal.properties at the root of the connector (same level as channels.xml & definition.xml)
- Add your properties in the file using the name=value (more on the format on https://en.wikipedia.org/wiki/.properties)
- Use the property as any other parameter in JSP files: ${name}