On Jul 7, 2011, at 11:58 AM, Christophe Laprun wrote:
On Jul 7, 2011, at 11:25 AM, Julien Viet wrote:
> only Page should extends Targetable.
>
> why do we have Portal and Navigation also extending it ?
For Portal: it's there so you could create Navigations automatically from a Portal
instead of having to create the whole tree by hand.
For Navigation: so that you could reuse a navigation subtree elsewhere.
See NavigationTestCase for some use cases.
From what I understood only Page should be a target in
Navigation.setTarget() right?
Bolek