| | 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> |