Fixed zutil changes
This commit is contained in:
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
3
src/wa/server/page/struct/WANavigation.java
Normal file → Executable 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue