Package org.adempiere.util
Class ServerContextProvider
- java.lang.Object
-
- org.adempiere.util.ServerContextProvider
-
- All Implemented Interfaces:
ContextProvider
public class ServerContextProvider extends Object implements ContextProvider
- Author:
- Low Heng Sin
-
-
Field Summary
Fields Modifier and Type Field Description static ServerContextProvider
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
getContext()
Get server context proxyvoid
showURL(String url)
Show url at zk desktop
-
-
-
Field Detail
-
INSTANCE
public static final ServerContextProvider INSTANCE
-
-
Method Detail
-
getContext
public Properties getContext()
Get server context proxy- Specified by:
getContext
in interfaceContextProvider
-
showURL
public void showURL(String url)
Show url at zk desktop- Specified by:
showURL
in interfaceContextProvider
-
-