Interface IPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
- All Known Implementing Classes:
PromptServiceHandlerEntry
public interface IPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>
-
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.
-
Method Details
-
boundMessageLocalizer
The bound message localizer for the given locale.- Parameters:
locale- The locale for which to get the bound message localizer.- Returns:
- The bound message localizer
- See Also:
-
connectionViewXhtml
String connectionViewXhtml()The XHTML view for configuring the connection settings.- Returns:
- The XHTML view as a string.
- See Also:
-
handler
IPromptServiceHandler<ConnectionConfig, QueryConfig> handler()The handler instance.- Returns:
- The handler instance.
-
messageLocalizer
IMessageLocalizer messageLocalizer()The message localizer for the handler.- Returns:
- The message localizer.
- See Also:
-
queryViewXhtml
String queryViewXhtml()The XHTML view for configuring the query settings.- Returns:
- The XHTML view as a string.
- See Also:
-
resourceBundle
The resource bundle for the given locale.- Parameters:
locale- The locale for which to get the resource bundle.- Returns:
- The resource bundle.
- See Also:
-
typeInfos
The type information for this handler, localized to the given locale.- Parameters:
locale- The locale for which to get the type information.- Returns:
- The type information.
- See Also:
-