Uses of Interface
de.xima.fc.prompt.service.IPromptServiceHandler
Packages that use IPromptServiceHandler
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptServiceHandler in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptServiceHandlerMethods in de.xima.fc.prompt.mgmt.service with parameters of type IPromptServiceHandlerModifier and TypeMethodDescriptionvoidIPromptServiceHandlerRegistry.registerHandler(UUID tenant, IPromptServiceHandler<?, ?> handler) Registers a prompt service type within a given tenant scope. -
Uses of IPromptServiceHandler in de.xima.fc.prompt.plugin
Methods in de.xima.fc.prompt.plugin that return IPromptServiceHandlerModifier and TypeMethodDescriptionIPluginPromptService.getPromptServiceHandler()Gets the prompt service implementation that this plugin provides.PromptServiceHandlerEntry.handler()Constructors in de.xima.fc.prompt.plugin with parameters of type IPromptServiceHandlerModifierConstructorDescriptionCreates a new default prompt connection custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and no additional unmanaged beans.DefaultPromptConnectionCustomGUI(IPromptServiceHandler<Model, ?> handler, Iterable<Class<? extends IPluginPromptConnectionBean>> unmanagedBeans) Creates a new default prompt connection custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and allows for additional unmanaged beans to be specified.DefaultPromptQueryCustomGUI(IPromptServiceHandler<?, Model> handler) Creates a new default prompt query custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and no additional unmanaged beans.DefaultPromptQueryCustomGUI(IPromptServiceHandler<?, Model> handler, Iterable<Class<? extends IPluginPromptQueryBean>> unmanagedBeans) Creates a new default prompt query custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and allows for additional unmanaged beans to be specified. -
Uses of IPromptServiceHandler in de.xima.fc.prompt.service.support
Subinterfaces of IPromptServiceHandler in de.xima.fc.prompt.service.supportModifier and TypeInterfaceDescriptioninterfacePromptServiceHandlerMixin_JsonConfig<ConnectionConfig, QueryConfig>Mixin interface forIPromptServiceHandlerimplementations that provides JSON marshalling for the prompt connection and query configuration.