Package org.eclnt.jsfserver.util
Class DefaultAutoComplete2Provider
java.lang.Object
org.eclnt.jsfserver.util.DefaultAutoComplete2Provider
- All Implemented Interfaces:
Serializable
,IAutoCompleteProvider2
Default implementation of IBufferedContent interface. Should be used
for all implementations. This class will be updated in case the interface
is extended.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclnt.jsfserver.util.IAutoCompleteProvider2
IAutoCompleteProvider2.AutoCompleteItem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclnt.jsfserver.util.IAutoCompleteProvider2
getProposals
-
Constructor Details
-
DefaultAutoComplete2Provider
public DefaultAutoComplete2Provider()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIAutoCompleteProvider2
-
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 interfaceIAutoCompleteProvider2
-