Show
Ignore:
Timestamp:
08/09/07 18:45:38 (3 years ago)
Author:
rcmatthews
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • documents/trunk/documentation/src/reference/reflector-properties.xml

    r9829 r9830  
    3636  <para>This setting can be overriden for a specific field using the <see 
    3737  label="@mask"><code>@Mask</code> annotation</see>.</para> 
     38 
     39  <heading>Reflector peers or decorators</heading> 
     40 
     41  <para>The reflector peers property specifies a list of 
     42  <class>ReflectionPeerFactoryInstaller</class> objects that should be 
     43  installed and registered with the reflector. These peers decorate the 
     44  reflector allowing it change the behaviour of the reflector. This allows us 
     45  to add internationalization, help look up, authorisation and other features. 
     46  Although transaction management is also achieved by decorating the reflector 
     47  this is done automatically and does not need to be specified using this 
     48  property. The following example adds a single decorator that provide 
     49  internationalization via resource files.</para> 
     50 
     51  <property-listing>nakedobjects.reflector.peers=resource-i18n</property-listing> 
    3852</section>