diff --git a/extend/posterita/webui/WEB-INF/src/metainfo/zk/lang-addon.xml b/extend/posterita/webui/WEB-INF/src/metainfo/zk/lang-addon.xml new file mode 100644 index 0000000000..058b15d73b --- /dev/null +++ b/extend/posterita/webui/WEB-INF/src/metainfo/zk/lang-addon.xml @@ -0,0 +1,26 @@ + + + + + + + ADempiere WebUI + + xul/html + + + org.adempiere.webui.AdempiereWebUI + 0.1.1 + + + + diff --git a/extend/posterita/webui/WEB-INF/web.xml b/extend/posterita/webui/WEB-INF/web.xml new file mode 100644 index 0000000000..ae99234a71 --- /dev/null +++ b/extend/posterita/webui/WEB-INF/web.xml @@ -0,0 +1,152 @@ + + + ADempiere WebUI + + + + + + + dspLoader + + org.zkoss.web.servlet.dsp.InterpreterServlet + + + + dspLoader + *.dsp + + + + + + + + Used to cleanup when a session is destroyed + + ZK Session Cleaner + + org.zkoss.zk.ui.http.HttpSessionListener + + + + + ZK loader for ZUML pages + zkLoader + + org.adempiere.webui.session.WebUIServlet + + + + update-uri + /zkau + + 1 + + + zkLoader + *.zul + + + zkLoader + *.zhtml + + + The asynchronous update engine for ZK + auEngine + + org.zkoss.zk.au.http.DHtmlUpdateServlet + + + + auEngine + /zkau/* + + + + + + + 120 + + + + + doc + application/vnd.ms-word + + + dsp + text/html + + + gif + image/gif + + + htm + text/html + + + html + text/html + + + jnlp + application/x-java-jnlp-file + + + jpeg + image/jpeg + + + jpg + image/jpeg + + + js + application/x-javascript + + + pdf + application/pdf + + + png + image/png + + + txt + text/plain + + + xls + application/vnd.ms-excel + + + xml + text/xml + + + xul + application/vnd.mozilla.xul-xml + + + zhtml + text/html + + + zip + application/x-zip + + + zul + text/html + + + index.zul + + + diff --git a/extend/posterita/webui/WEB-INF/zk.xml b/extend/posterita/webui/WEB-INF/zk.xml new file mode 100644 index 0000000000..74de1fc0f7 --- /dev/null +++ b/extend/posterita/webui/WEB-INF/zk.xml @@ -0,0 +1,30 @@ + + + + + + + [Optional] Monitor i3-log.conf and register a handler for the specified log-base + + + + + + + + + + ADempiere WebUI Context management + org.adempiere.webui.session.SessionContextListener + +