Class HTMLFragment
- java.lang.Object
-
- com.funnelback.plugin.index.model.querycompletion.display.HTMLFragment
-
- All Implemented Interfaces:
AutoCompletionDisplay
public class HTMLFragment extends Object implements AutoCompletionDisplay
An auto-completion display type which displays an HTML fragment as the suggestion. Note that the supplier is responsible for ensuring data sourced from any untrusted location has been appropriately sanitized.
-
-
Constructor Summary
Constructors Constructor Description HTMLFragment()
-
-
-
Field Detail
-
html
@NonNull private @NonNull String html
-
-