-
Notifications
You must be signed in to change notification settings - Fork 9
Link Building
mweikard edited this page Nov 5, 2018
·
6 revisions
Creation of link URIs is handled by implementing instances of com.coremedia.caas.link.LinkBuilder.
Each link builder instance must be defined as a Spring Bean. The bean's name is used in the base configuration file definition.yml for referencing the builder.
Currently only the mandatory default link builder defined per Processing Definition is used.
...
linkBuilders:
default: !LinkBuilder "simpleLinkBuilder"