Fixed zutil changes

This commit is contained in:
Ziver Koc 2016-04-02 01:17:13 +02:00
parent 7bf6896473
commit 6ad7c2ed58
9 changed files with 144 additions and 56 deletions

3
src/wa/server/page/struct/WANavigation.java Normal file → Executable file
View file

@ -80,6 +80,9 @@ public class WANavigation implements Iterable{
public String getName(){
return name;
}
public String getUrl(){
return url;
}
public Object getResource(){
return resource;
}