Class DefaultAutoComplete3Provider

java.lang.Object
org.eclnt.jsfserver.util.DefaultAutoComplete3Provider
All Implemented Interfaces:
Serializable, IAutoCompleteProvider3

public abstract class DefaultAutoComplete3Provider extends Object implements IAutoCompleteProvider3
Default implementation of IBufferedContent interface. Should be used for all implementations. This class will be updated in case the interface is extended.
See Also:
  • Constructor Details

    • DefaultAutoComplete3Provider

      public DefaultAutoComplete3Provider()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface IAutoCompleteProvider3
    • getURL

      public String getURL()
      The URL that can be passed back to client side for accessing the buffered content. The URL contains the session id. The URL is a relative URL that can be passed to all Swing-based components (e.g. FILEDOWNLOADLINK) in any scenario.

      When using CaptainCasa in embedded usage mode (UI is running with stand alone Tomcat within one virutal machine) and passing the URL to the BROWSER component then there will be problems. Use the function getURLForBrowserUsage() instead.
      Specified by:
      getURL in interface IAutoCompleteProvider3