Camelry icon indicating copy to clipboard operation
Camelry copied to clipboard

Add support for property-placeholders in {{propertyName}} notation

Open AlanFoster opened this issue 11 years ago • 1 comments

It would be good to support automatic completion/reference finding etc for the property placeholder notation

For example

   <to uri="{{propertyName}}" />

AlanFoster avatar May 28 '13 10:05 AlanFoster

Related to this, the cxfEndpoint can make use of this notation too within its attributes for instance

    <cxf:cxfEndpoint id="webservice" address="{{cxf.address}}" serviceClass="foo.bar.baz" />

AlanFoster avatar May 28 '13 11:05 AlanFoster