Project

General

Profile

Improvement #2151

Updated by Henning Blohm about 1 year ago

Sometimes it is required to represent one and the same java component under different names. While proxy components help solve this somewhat, they are not sufficient for include situations or when names cannot be realized as folder names. 

 h2. Acceptance Criteria 

 * A new property <code>com.zfabrik.component.alias</code> supporting a comma-separated list of component names is introduced. 
 * This property works equivalently to creating an as the inverse of link component using the alias components, i.e.: 
 ** All lookups for the alias and and resource retrievals are delegated to the declaring component 
 ** Aliases may not collide on repo level

Back