Using proper Navigation object, one step closer to implementing Page plugins
This commit is contained in:
parent
74c2d79428
commit
cddec2cb91
11 changed files with 55 additions and 186 deletions
|
|
@ -23,8 +23,8 @@ public class EventOverviewHttpPage extends HalHttpPage {
|
|||
|
||||
|
||||
public EventOverviewHttpPage(){
|
||||
super("Overview", "event_overview");
|
||||
super.getRootNav().getSubNav("events").addSubNav(super.getNav());
|
||||
super("event_overview");
|
||||
super.getRootNav().createSubNav("Events").createSubNav(this.getId(), "Overview");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue