Class TextBlockController

  • All Implemented Interfaces:
    Serializable

    @Named
    @RequestScoped
    public class TextBlockController
    extends Object
    implements Serializable
    The TextBlockController is a CDI bean providing a methods to load a textBlock from the TextblockService EJB which is using an ApplicationScoped cache. The controller can be used by front-end pages to display a textBlock.
    Author:
    rsoika
    See Also:
    Serialized Form
    • Constructor Detail

      • TextBlockController

        public TextBlockController()
    • Method Detail

      • load

        public org.imixs.workflow.ItemCollection load​(String name)
        Loads a text-block item by Name or uniqueID from the ApplicationScoped TextBlockService EJB.
        Parameters:
        name -
        Returns: