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;
}
Aggregations