A B C D E G H I J K L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractGPTServletOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.AbstractGPTServletOperation
- activate(BundleContext) - Method in class com.composum.ai.composum.bundle.AIServlet
- addWholeResponseListener(Consumer<String>) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- aiConfigurationService - Variable in class com.composum.ai.composum.bundle.model.CreateDialogModel
- aiConfigurationService - Variable in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- AIDialogServlet - Class in com.composum.ai.composum.bundle
-
Servlet that serves the dialogs.
- AIDialogServlet() - Constructor for class com.composum.ai.composum.bundle.AIDialogServlet
- AIDialogServlet.Extension - Enum in com.composum.ai.composum.bundle
- AIDialogServlet.Operation - Enum in com.composum.ai.composum.bundle
- AIDialogServlet.ShowDialogOperation - Class in com.composum.ai.composum.bundle
-
Shows the corresponding dialog.
- AIServlet - Class in com.composum.ai.composum.bundle
-
Servlet providing the various services from the backend as servlet, which are useable for the authors.
- AIServlet() - Constructor for class com.composum.ai.composum.bundle.AIServlet
- AIServlet.AbstractGPTServletOperation - Class in com.composum.ai.composum.bundle
- AIServlet.CreateOperation - Class in com.composum.ai.composum.bundle
-
Implements the content creation operation.
- AIServlet.DescriptionOperation - Class in com.composum.ai.composum.bundle
-
Servlet representation of
GPTContentCreationService.generateDescription(String, int, GPTConfiguration)
with arguments text and maxwords. - AIServlet.Extension - Enum in com.composum.ai.composum.bundle
- AIServlet.KeywordsOperation - Class in com.composum.ai.composum.bundle
-
Servlet representation of
GPTContentCreationService.generateKeywords(String, GPTConfiguration)
with argument text. - AIServlet.Operation - Enum in com.composum.ai.composum.bundle
- AIServlet.PromptOnTextOperation - Class in com.composum.ai.composum.bundle
-
Servlet representation of
GPTContentCreationService.executePromptOnText(String, String, GPTChatRequest)
with arguments prompt, text and maxwords. - AIServlet.PromptOperation - Class in com.composum.ai.composum.bundle
-
Servlet representation of
GPTContentCreationService.executePrompt(String, GPTChatRequest)
with arguments prompt and maxwords. - AIServlet.StreamResponseOperation - Class in com.composum.ai.composum.bundle
-
Returns an event stream that was prepared by a previous operation with parameter
AIServlet.PARAMETER_STREAMING
set. - AIServlet.TranslateOperation - Class in com.composum.ai.composum.bundle
-
Servlet representation of
GPTTranslationService
, specificallyGPTTranslationService.singleTranslation(String, String, String, GPTConfiguration)
and the streaming version, with arguments text, sourceLanguage, targetLanguage, "richText", pagePath . - ALL - com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
The ai is visible.
- approximateMarkdownService - Variable in class com.composum.ai.composum.bundle.model.CreateDialogModel
- ATTRIBUTE_AIVISIBLE - Static variable in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
Additional attribute for a widget whether the ai should be visible or not.
B
- bundleContext - Variable in class com.composum.ai.composum.bundle.AIServlet
C
- CATEGORIZE - com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Matches the categorize dialog
- categorizeDialog - com.composum.ai.composum.bundle.AIDialogServlet.Operation
- CategorizeDialogModel - Class in com.composum.ai.composum.bundle.model
-
Model for rendering the categorize dialog.
- CategorizeDialogModel() - Constructor for class com.composum.ai.composum.bundle.model.CategorizeDialogModel
- chatCompletionService - Variable in class com.composum.ai.composum.bundle.model.CreateDialogModel
- com.composum.ai.composum.bundle - package com.composum.ai.composum.bundle
-
Composum ChatGPT Composum Bundle : Composum interface to the ChatGPT backend.
- com.composum.ai.composum.bundle.model - package com.composum.ai.composum.bundle.model
- com.composum.ai.composum.bundle.service - package com.composum.ai.composum.bundle.service
- ComposumAIConfigurationPlugin - Class in com.composum.ai.composum.bundle.service
-
Implements Composum specific methods of AIConfigurationPlugin.
- ComposumAIConfigurationPlugin() - Constructor for class com.composum.ai.composum.bundle.service.ComposumAIConfigurationPlugin
- ComposumApproximateMarkdownServicePlugin - Class in com.composum.ai.composum.bundle.service
-
Special handling for composum/pages/components/page and components
- ComposumApproximateMarkdownServicePlugin() - Constructor for class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
- configurationService - Variable in class com.composum.ai.composum.bundle.AIServlet
- contentCreationService - Variable in class com.composum.ai.composum.bundle.AIServlet
- create - com.composum.ai.composum.bundle.AIServlet.Operation
- CREATE - com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Matches the creation dialog.
- CreateDialogModel - Class in com.composum.ai.composum.bundle.model
- CreateDialogModel() - Constructor for class com.composum.ai.composum.bundle.model.CreateDialogModel
- CreateOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.CreateOperation
- creationDialog - com.composum.ai.composum.bundle.AIDialogServlet.Operation
D
- description - com.composum.ai.composum.bundle.AIServlet.Operation
- DescriptionOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.DescriptionOperation
- determineResource(Resource) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Determines the resource for the model.
- doIt(SlingHttpServletRequest, SlingHttpServletResponse, ResourceHandle) - Method in class com.composum.ai.composum.bundle.AIDialogServlet.ShowDialogOperation
- doIt(SlingHttpServletRequest, SlingHttpServletResponse, ResourceHandle) - Method in class com.composum.ai.composum.bundle.AIServlet.StreamResponseOperation
- doIt(SlingHttpServletRequest, SlingHttpServletResponse, ResourceHandle) - Method in class com.composum.ai.composum.bundle.AIServlet.AbstractGPTServletOperation
-
Frame implementation with common code
E
- EventStream - Class in com.composum.ai.composum.bundle
-
Deprecated.use slingbase EventStream
- EventStream() - Constructor for class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
G
- getAIConfigurationService() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getAIConfigurationService() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getApproximateMarkdownService() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getChatCompletionService() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getComponentPath() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getContentSelectors() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getContentSelectors() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getCurrentCategories() - Method in class com.composum.ai.composum.bundle.model.CategorizeDialogModel
-
Returns the categories that are currently assigned.
- getFieldType() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Whether it is field type rich or just text.
- getGPTConfigurationMap(SlingHttpServletRequest, String, String) - Method in class com.composum.ai.composum.bundle.service.ComposumAIConfigurationPlugin
- getGPTPromptLibraryPathsDefault() - Method in class com.composum.ai.composum.bundle.service.ComposumAIConfigurationPlugin
- getHasCurrentCategories() - Method in class com.composum.ai.composum.bundle.model.CategorizeDialogModel
- getHeight() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
-
For rendering as richttext widget - the height in the inline style.
- getHelpUrl() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getImageUrl(Resource) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
-
Retrieves the imageURL in a way useable for ChatGPT - usually data:image/jpeg;base64,{base64_image}
- getIsRichText() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
-
Whether it is field type rich or just text.
- getLanguageKey() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
-
Returns the language key.
- getLanguageName() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
-
Returns the language name.
- getOperations() - Method in class com.composum.ai.composum.bundle.AIDialogServlet
- getOperations() - Method in class com.composum.ai.composum.bundle.AIServlet
- getOptionalInt(Status, SlingHttpServletRequest, String) - Method in class com.composum.ai.composum.bundle.AIServlet.AbstractGPTServletOperation
- getPageContentResourcePath() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getPagePath() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
Path to the current page.
- getPredefinedPrompts() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getPredefinedPrompts() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- getProperty() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
The property of the current resource which the widget edits, for instance "jcr:title", "title", "text".
- getPropertyEditHandle() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Returns the property edit handle.
- getPropertyI18nPath() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
The path where the property is actually saved according to our i18n method, e.g.
- getPropertyI18nPath() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- getPropertyName() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Returns the property name.
- getSingleSourceClass() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Returns "singlesource" if there is only one source language, so that we can hide the checkbox.
- getSources() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Returns the list of sources.
- getSuggestedCategories() - Method in class com.composum.ai.composum.bundle.model.CategorizeDialogModel
-
This uses the ApproximateMarkdownService on the current page and feeds that to ChatGPT for keywording.
- getText() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
-
For rendering as richtext widget - this is used as initial value for the text.
- getText() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
-
Returns the text.
- getTextLengths() - Method in class com.composum.ai.composum.bundle.model.CreateDialogModel
- getValueForLanguage(Language) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- getValueForLanguage(String) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- getWholeResponse() - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.Returns the whole response, but only if it was received completely, otherwise null.
- getWidgetType() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- gson - Variable in class com.composum.ai.composum.bundle.AIServlet
H
- handle - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
The property edit handle for the property.
- handleContentReference(Resource, PrintWriter, ApproximateMarkdownService, SlingHttpServletRequest, SlingHttpServletResponse) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
- handleImage(Resource, PrintWriter, SlingHttpServletResponse) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
-
Handle resource that is a jcr:content of type nt:resource with a jcr:mimeType starting with image/ as a markdown image reference to that path.
- html - com.composum.ai.composum.bundle.AIDialogServlet.Extension
I
- IGNORED_PROPERTIES - Static variable in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
For now we explicitly exclude some properties where AI is wrong, later we'll use
LabelExtensionModel.ATTRIBUTE_AIVISIBLE
, but that requires changing Pages. - IGNORED_PROPERTIES_PATTERNS - Static variable in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- init() - Method in class com.composum.ai.composum.bundle.AIDialogServlet
- init() - Method in class com.composum.ai.composum.bundle.AIServlet
- initialize(BeanContext, Resource) - Method in class com.composum.ai.composum.bundle.model.CategorizeDialogModel
-
Initializes the model.
- initialize(BeanContext, Resource) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
Initializes the model.
- initializeWithResource(Resource) - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- isContentCreationButtonVisible() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
The content creation button is visible always for widgettypes textfield, textarea, codearea, richtext, and only if multi="false".
- isEnabled() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- isEnabled() - Method in class com.composum.ai.composum.bundle.model.SidebarDialogModel
- isIgnoredProperty() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- isPageCategoriesButtonVisible() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
The pagecategories button is visible only for the categories of the page, which is a multi textfield for property "category" : cpp:widget label="Category" property="category" type="textfield" multi="true.
- isServiceEnabled(String) - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- isTranslateButtonVisible() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
The translation button is visible only for widgettypes textfield, textarea, richtext, and only if there are texts in other languages than the current one, and if i18n="true" and multi="false".
- isTranslationPossible() - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- isVisible() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
-
If anything at all is visible.
- isVisible(String, LabelExtensionVisibilityKey) - Static method in enum com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Checks whether the item is visible; returns null if the rule doesn't say whether it is.
J
- json - com.composum.ai.composum.bundle.AIDialogServlet.Extension
- json - com.composum.ai.composum.bundle.AIServlet.Extension
K
- keywords - com.composum.ai.composum.bundle.AIServlet.Operation
- KeywordsOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.KeywordsOperation
L
- LabelExtensionModel - Class in com.composum.ai.composum.bundle.model
-
Businesslogic for extending the label of a widget with the various buttons.
- LabelExtensionModel() - Constructor for class com.composum.ai.composum.bundle.model.LabelExtensionModel
- LabelExtensionVisibilityKey - Enum in com.composum.ai.composum.bundle.model
-
Possible values for the
LabelExtensionModel.ATTRIBUTE_AIVISIBLE
. - languageKey - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
- languageName - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
M
- makeAdditionalParameters(int, String, Status, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.CreateOperation
- makePropertyEditHandle(BeanContext, String) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- markdownService - Variable in class com.composum.ai.composum.bundle.AIServlet
- maybeHandle(Resource, PrintWriter, ApproximateMarkdownService, SlingHttpServletRequest, SlingHttpServletResponse) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
N
- NONE - com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
The ai is not visible.
O
- onError(Throwable) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- onFinish(GPTFinishReason) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- onNext(String) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- operations - Variable in class com.composum.ai.composum.bundle.AIDialogServlet
- operations - Variable in class com.composum.ai.composum.bundle.AIServlet
P
- pageHandling(Resource, PrintWriter, ApproximateMarkdownService) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
-
Prints title and meta attributes, then continues to normal handling.
- PARAMETER_CHAT - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Parameter to transmit additional chat after
AIServlet.PARAMETER_PROMPT
. - PARAMETER_CONFIGBASEPATH - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Parameter containing the path of the page, for determining the configuration.
- PARAMETER_INPUT_IMAGE_PATH - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Parameter to transmit a path to an image instead of a text.
- PARAMETER_MAXTOKENS - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Optional numerical parameter limiting the number of tokens (about 3/4 english word on average) to be generated.
- PARAMETER_MAXWORDS - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Optional numerical parameter limiting the number of words to be generated.
- PARAMETER_PATH - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
The path to a resource, given as parameter.
- PARAMETER_PROMPT - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Parameter to transmit a prompt on which ChatGPT is to operate - that is, the instructions.
- PARAMETER_PROPERTY - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Property name, given as parameter.
- PARAMETER_RICHTEXT - Static variable in class com.composum.ai.composum.bundle.AIServlet
- PARAMETER_STREAMID - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Transmits the ID of the stream to
AIServlet.StreamResponseOperation
. - PARAMETER_STREAMING - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
If set to true for operations that support it, the actual response can be streamed with
AIServlet.StreamResponseOperation
in a followup GET request. - PARAMETER_TEXT - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Parameter to transmit a text on which ChatGPT is to operate - not as instructions but as data.
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.AbstractGPTServletOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.CreateOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.DescriptionOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.KeywordsOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.PromptOnTextOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.PromptOperation
- performOperation(Status, SlingHttpServletRequest, SlingHttpServletResponse, GPTConfiguration) - Method in class com.composum.ai.composum.bundle.AIServlet.TranslateOperation
- prompt - com.composum.ai.composum.bundle.AIServlet.Operation
- PromptOnTextOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.PromptOnTextOperation
- PromptOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.PromptOperation
- propertyI18nPath - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
The path where the property is actually saved according to our i18n method, e.g.
- propertyName - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
The name of the property for which the translation dialog is opened, e.g.
Q
- QUEUEEND - Static variable in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.Special message in the
EventStream.queue
that signals that we are done.
R
- resizeToMaxSize(byte[], String, int) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
-
We resize the image to a maximum width and height of maxSize, keeping the aspect ratio.
- RESULTKEY - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Key for
Status.data(String)
- toplevel key in the servlet result. - RESULTKEY_DESCRIPTION - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Key in the result that transmits the generated description.
- RESULTKEY_FINISHREASON - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Used to transmit whether the response was complete (finishreason
GPTFinishReason.STOP
or length restrictionGPTFinishReason.LENGTH
). - RESULTKEY_KEYWORDS - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Key in the result that transmits the generated list of keywords.
- RESULTKEY_STREAMID - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Alternative to
AIServlet.RESULTKEY_TEXT
when the response will be streamed. - RESULTKEY_TEXT - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Key in the result that transmits the generated text.
- RESULTKEY_TRANSLATION - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Key in the result that transmits a list of translations (currently only one, but might be extended later.)
- retrieveStream(String, SlingHttpServletRequest) - Method in class com.composum.ai.composum.bundle.AIServlet
S
- saveStream(EventStream, SlingHttpServletRequest) - Method in class com.composum.ai.composum.bundle.AIServlet
-
Saves stream for streaming requests into session, to be retrieved with
AIServlet.retrieveStream(String, SlingHttpServletRequest)
during aAIServlet.StreamResponseOperation
. - SERVICE_KEY - Static variable in class com.composum.ai.composum.bundle.AIServlet
- SERVLET_PATH - Static variable in class com.composum.ai.composum.bundle.AIDialogServlet
- SESSIONKEY_STREAMING - Static variable in class com.composum.ai.composum.bundle.AIServlet
-
Session contains a map at this key that maps the streamids to the streaming handle.
- setId(String) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- setLoggingId(String) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- setPropertyI18nPath(String) - Method in class com.composum.ai.composum.bundle.model.TranslationDialogModel
- ShowDialogOperation(AIDialogServlet.Operation, String) - Constructor for class com.composum.ai.composum.bundle.AIDialogServlet.ShowDialogOperation
- sidebarDialog - com.composum.ai.composum.bundle.AIDialogServlet.Operation
- SidebarDialogModel - Class in com.composum.ai.composum.bundle.model
-
Model for the sidebar AI dialog.
- SidebarDialogModel() - Constructor for class com.composum.ai.composum.bundle.model.SidebarDialogModel
- Source(String, String, String) - Constructor for class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
- sources - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel
-
The sources for translation.
- sse - com.composum.ai.composum.bundle.AIServlet.Extension
- streamresponse - com.composum.ai.composum.bundle.AIServlet.Operation
- StreamResponseOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.StreamResponseOperation
T
- tableHandling(Resource, PrintWriter, ApproximateMarkdownService) - Method in class com.composum.ai.composum.bundle.service.ComposumApproximateMarkdownServicePlugin
-
If it's a table, handles everything including children.
- text - Variable in class com.composum.ai.composum.bundle.model.TranslationDialogModel.Source
- toString() - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
- translate - com.composum.ai.composum.bundle.AIServlet.Operation
- TRANSLATE - com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Matches the translation assistant.
- TranslateOperation() - Constructor for class com.composum.ai.composum.bundle.AIServlet.TranslateOperation
- translationDialog - com.composum.ai.composum.bundle.AIDialogServlet.Operation
- TranslationDialogModel - Class in com.composum.ai.composum.bundle.model
-
Model for rendering the translation dialog.
- TranslationDialogModel() - Constructor for class com.composum.ai.composum.bundle.model.TranslationDialogModel
- TranslationDialogModel.Source - Class in com.composum.ai.composum.bundle.model
-
Represents a source for translation.
- translationService - Variable in class com.composum.ai.composum.bundle.AIServlet
V
- VALID_EXPRESSIONS - Static variable in enum com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
A regex that matches all correct visibility declarations: a comma separated list (spaces permitted) of true, false, a name of one of the dialog constants or ! and the name of one of the dialog constants, case-insensitive.
- valueOf(String) - Static method in enum com.composum.ai.composum.bundle.AIDialogServlet.Extension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.composum.ai.composum.bundle.AIDialogServlet.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.composum.ai.composum.bundle.AIServlet.Extension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.composum.ai.composum.bundle.AIServlet.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.composum.ai.composum.bundle.AIDialogServlet.Extension
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.composum.ai.composum.bundle.AIDialogServlet.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.composum.ai.composum.bundle.AIServlet.Extension
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.composum.ai.composum.bundle.AIServlet.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.composum.ai.composum.bundle.model.LabelExtensionVisibilityKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visibilityByKey(LabelExtensionVisibilityKey) - Method in class com.composum.ai.composum.bundle.model.LabelExtensionModel
W
- writeData(String) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
- writeTo(PrintWriter) - Method in class com.composum.ai.composum.bundle.EventStream
-
Deprecated.
All Classes All Packages