Class PromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
java.lang.Object
de.xima.fc.prompt.plugin.PromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
- All Implemented Interfaces:
IPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
public final class PromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
extends Object
implements IPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboundMessageLocalizer(Locale locale) The bound message localizer for the given locale.The XHTML view for configuring the connection settings.handler()The handler instance.The message localizer for the handler.The XHTML view for configuring the query settings.resourceBundle(Locale locale) The resource bundle for the given locale.The type information for this handler, localized to the given locale.
-
Constructor Details
-
PromptServiceHandlerEntry
-
-
Method Details
-
boundMessageLocalizer
Description copied from interface:IPromptServiceHandlerEntryThe bound message localizer for the given locale.- Specified by:
boundMessageLocalizerin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Parameters:
locale- The locale for which to get the bound message localizer.- Returns:
- The bound message localizer
- See Also:
-
connectionViewXhtml
Description copied from interface:IPromptServiceHandlerEntryThe XHTML view for configuring the connection settings.- Specified by:
connectionViewXhtmlin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Returns:
- The XHTML view as a string.
- See Also:
-
handler
Description copied from interface:IPromptServiceHandlerEntryThe handler instance.- Specified by:
handlerin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Returns:
- The handler instance.
-
messageLocalizer
Description copied from interface:IPromptServiceHandlerEntryThe message localizer for the handler.- Specified by:
messageLocalizerin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Returns:
- The message localizer.
- See Also:
-
queryViewXhtml
Description copied from interface:IPromptServiceHandlerEntryThe XHTML view for configuring the query settings.- Specified by:
queryViewXhtmlin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Returns:
- The XHTML view as a string.
- See Also:
-
resourceBundle
Description copied from interface:IPromptServiceHandlerEntryThe resource bundle for the given locale.- Specified by:
resourceBundlein interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Parameters:
locale- The locale for which to get the resource bundle.- Returns:
- The resource bundle.
- See Also:
-
typeInfos
Description copied from interface:IPromptServiceHandlerEntryThe type information for this handler, localized to the given locale.- Specified by:
typeInfosin interfaceIPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>- Parameters:
locale- The locale for which to get the type information.- Returns:
- The type information.
- See Also:
-