#1681 closed task (fixed)
Define extension points for item overview loaders
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
For some projects it can be useful to be able to add more loader implementations to the item overview. This would make it possible to extend the tree with more items.
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
comment:5 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
(In [6046]) References #1681: Define extension points for item overview loaders
Add 'net.sf.basedb.util.overview.loader' as an extension point.
ChildNodeLoaderAction
is the action interface that should be impemented by extension code.