Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] riena.navigation.assemblies

the javadoc of the value that is used for reading it INavigationAssemblyExtension

says
/**
* @return The id of the assembly to be included. If this value is not null
*         all other attributes or elements must be null.
*/
String getRef();

so you can specify an assembly that copies its content from another assembly....the "other" assembly is found where this."ref" is equal to other."id"

christian


Am 26.08.2009 um 21:52 schrieb ekke:

hi rienaers,

does anyone know what the

ref


attribute at extension point o.e.riena.navigation.assemblies means ?

I found nothing in the docs and schema

thx

ekke
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top