Zutil updates
This commit is contained in:
parent
7e957bc34e
commit
7bf6896473
22 changed files with 55 additions and 83 deletions
6
src/wa/server/page/ServiceStatusPage.java
Normal file → Executable file
6
src/wa/server/page/ServiceStatusPage.java
Normal file → Executable file
|
|
@ -27,7 +27,7 @@ import wa.server.page.struct.WANavigation;
|
|||
import wa.server.plugin.WAServiceStatus;
|
||||
import zutil.io.file.FileUtil;
|
||||
import zutil.log.LogUtil;
|
||||
import zutil.net.http.HttpHeaderParser;
|
||||
import zutil.net.http.HttpHeader;
|
||||
import zutil.parser.DataNode;
|
||||
import zutil.parser.Templator;
|
||||
import zutil.plugin.PluginManager;
|
||||
|
|
@ -64,7 +64,7 @@ public class ServiceStatusPage implements WAPage {
|
|||
|
||||
@Override
|
||||
public Templator htmlResponse(WAContext context,
|
||||
HttpHeaderParser client_info,
|
||||
HttpHeader client_info,
|
||||
Map<String, Object> session,
|
||||
Map<String, String> cookie,
|
||||
Map<String, String> request) {
|
||||
|
|
@ -80,7 +80,7 @@ public class ServiceStatusPage implements WAPage {
|
|||
}
|
||||
|
||||
public DataNode jsonResponse(WAContext context,
|
||||
HttpHeaderParser client_info,
|
||||
HttpHeader client_info,
|
||||
Map<String, Object> session,
|
||||
Map<String, String> cookie,
|
||||
Map<String, String> request){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue