Class DefaultContextProvider

java.lang.Object
org.compiere.util.DefaultContextProvider
All Implemented Interfaces:
ContextProvider

@Deprecated(since="13", forRemoval=true) public class DefaultContextProvider extends Object implements ContextProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Swing client have been deprecated
Default context provider for swing client
Author:
Low Heng Sin
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get context reference
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Display URL at client

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultContextProvider

      public DefaultContextProvider()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getContext

      public Properties getContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ContextProvider
      Get context reference
      Specified by:
      getContext in interface ContextProvider
      Returns:
      environment context reference
    • showURL

      public void showURL(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ContextProvider
      Display URL at client
      Specified by:
      showURL in interface ContextProvider