Search in sources :

Example 1 with IWebClient

use of org.adempiere.webui.IWebClient in project adempiere by adempiere.

the class SessionManager method getSessionApplication.

public static IWebClient getSessionApplication() {
    Session session = getSession();
    IWebClient app = (IWebClient) session.getAttribute(SESSION_APPLICATION);
    return app;
}
Also used : IWebClient(org.adempiere.webui.IWebClient) Session(org.zkoss.zk.ui.Session)

Aggregations

IWebClient (org.adempiere.webui.IWebClient)1 Session (org.zkoss.zk.ui.Session)1