Package com.aquima.interactions.composer


package com.aquima.interactions.composer
  • Class
    Description
    Base class for all exceptions specific to the composer component.
    Factory class that may be used to create an instance of IComposer.
     
    This class defines the standard element types.
    Interface for runtime text elements.
    Interface for runtime button elements.
    This object holds the information on all existing pages/containers/buttons/documents etc.
    The composer context interface a specialization of the inference context interface, and is used during the composure of containers and elements.
    This factory interface defines the methods a composer factory should implement to create new composer.
    The handler is used to evaluate context specific information, such as mask implementations and is used by the composer to query for context specific information like the current role and channel of the client, but also to allow the client to modify containers that were marked as dynamic.
    Interface for runtime composite elements.
    Interface for runtime container elements.
    The content interface represents a content node that needs to be displayed in a composite element.
    This interface defines the root element of a runtime document.
    This interface is used for the values that are allowed for a field (domain).
    Base interface for all elements on a runtime page.
    Base interface for all element definitions in the composer.
    Base interface for a reference to an element definition.
    Interface for a runtime field object representing an attribute.
    This interface defines the methods of a validator for field values.
    The (potentially evaluated) value of a global parameter.
    The image model interface represents an image node that needs to be displayed in the document or page.
    This class represents the different ImageType an Image can be.
    This interface defines a message that can be linked to a field or page.
    This interface defines the methods of a page element.
    Interface describing a repeat expression that can be used for element references in the composer.
    Interface that can be used to convert a runtime key to a String.
    The multilingual text model represents a text node that needs to be displayed in a composite element.
    Interface for an element visitor.
    This class defines the various output formats for which a renderer might be available in the document engine.
    A runtime key is a unique identifier of an element on a page.